Method

GtkTextset_tabs

Declaration [src]

void
gtk_text_set_tabs (
  GtkText* self,
  PangoTabArray* tabs
)

Description [src]

Sets tabstops that are applied to the text.

Sets propertyGtk.Text:tabs

Parameters

tabs

Type: PangoTabArray

A PangoTabArray

The argument can be NULL.
The data is owned by the caller of the method.