Method

GtkEntryget_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

Type: PangoTabArray

The tabstops.

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