Method

GtkEntryset_tabs

since: 3.10

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.

Available since: 3.10

Sets propertyGtk.Entry:tabs

Parameters

tabs

Type: PangoTabArray

A PangoTabArray.

The data is owned by the caller of the method.