Method

GtkSourceViewget_insert_spaces_instead_of_tabs

Declaration [src]

gboolean
gtk_source_view_get_insert_spaces_instead_of_tabs (
  GtkSourceView* view
)

Description [src]

Returns whether when inserting a tabulator character it should be replaced by a group of space characters.

Return value

Type: gboolean

TRUE if spaces are inserted instead of tabs.