Method
GtkTextget_tabs
Declaration [src]
PangoTabArray*
gtk_text_get_tabs (
GtkText* self
)
Description [src]
Gets the tab stops for the text widget.
See gtk_text_set_tabs()
.
Gets property | Gtk.Text:tabs |
Return value
Type: PangoTabArray
The tab stops.
The returned data is owned by the instance. |
The return value can be NULL . |