Method

Gtk.Text.set_tabs

Declaration [src]

void
gtk_text_set_tabs (
  GtkText* self,
  PangoTabArray* tabs
)

Description [src]

Sets tabstops that are applied to the text.

Sets propertyGtk.Text:tabs

Parameters

tabs PangoTabArray*
 

a PangoTabArray

 Can be NULL
 Ownership is not transferred to the callee