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

Returns: PangoTabArray
 

The tabstops.

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