Method

GtkTextViewget_accepts_tab

since: 2.4

Declaration [src]

gboolean
gtk_text_view_get_accepts_tab (
  GtkTextView* text_view
)

Description [src]

Returns whether pressing the Tab key inserts a tab characters. gtk_text_view_set_accepts_tab().

Available since: 2.4

Return value

Type: gboolean

TRUE if pressing the Tab key inserts a tab character, FALSE if pressing the Tab key moves the keyboard focus.