Method

Gtk.TextView.set_tabs

Declaration [src]

void
gtk_text_view_set_tabs (
  GtkTextView* text_view,
  PangoTabArray* tabs
)

Description [src]

Sets the default tab stops for paragraphs in text_view.

Tags in the buffer may override the default.

Sets propertyGtk.TextView:tabs

Parameters

tabs PangoTabArray*
 

tabs as a PangoTabArray

 Ownership is not transferred to the callee