Method

GtkTextget_tabs

Declaration [src]

PangoTabArray*
gtk_text_get_tabs (
  GtkText* self
)

Description [src]

Gets the tabstops that were set on the GtkText.

See gtk_text_set_tabs().

Gets propertyGtk.Text:tabs

Return value

Returns: PangoTabArray
 

The tabstops.

 The data is owned by the instance.
 The return value can be NULL.