Method

Gtk.Entry.set_tabs

Declaration [src]

void
gtk_entry_set_tabs (
  GtkEntry* entry,
  PangoTabArray* tabs
)

Description [src]

Sets a PangoTabArray.

The tabstops in the array are applied to the entry text.

Sets propertyGtk.Entry:tabs

Parameters

tabs PangoTabArray*
 

a PangoTabArray

 Can be NULL
 Ownership is not transferred to the callee