TextView.getAcceptsTab

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

class TextView
bool
getAcceptsTab
()

Return Value

Type: bool

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

Meta