Method

Gtk.TextView.get_tabs

Declaration [src]

PangoTabArray*
gtk_text_view_get_tabs (
  GtkTextView* text_view
)

Description [src]

Gets the default tabs for text_view.

Tags in the buffer may override the defaults. The returned array will be NULL if “standard” (8-space) tabs are used. Free the return value with pango_tab_array_free().

Gets propertyGtk.TextView:tabs

Return value

Returns: PangoTabArray*

copy of default tab array, or NULL if standard tabs are used; must be freed with pango_tab_array_free().

Ownership of the data is transferred to the caller
Can be NULL