Method

GtkSourceViewget_indent_on_tab

Declaration

gboolean
gtk_source_view_get_indent_on_tab (
  GtkSourceView* view
)

Description

Returns whether when the tab key is pressed the current selection should get indented instead of replaced with the \t character.

Return value

Returns: gboolean
 

TRUE if the selection is indented when tab is pressed.