Method
GtkEntryget_tabs
since: 3.10
Declaration [src]
PangoTabArray*
gtk_entry_get_tabs (
GtkEntry* entry
)
Description [src]
Gets the tabstops that were set on the entry using gtk_entry_set_tabs(), if any.
Available since: 3.10
Gets property | Gtk.Entry:tabs |
Return value
Type: PangoTabArray
The tabstops, or NULL
if none was set.
The returned data is owned by the instance. |
The return value can be NULL . |