Method

Gtk.Entry.get_tabs

Declaration [src]

PangoTabArray*
gtk_entry_get_tabs (
  GtkEntry* entry
)

Description [src]

Gets the tabstops of the `GtkEntry.

See gtk_entry_set_tabs().

Gets propertyGtk.Entry:tabs

Return value

Returns: PangoTabArray*

the tabstops, or NULL if none was set.

Ownership is not transferred to the caller
Can be NULL