[Top]
GTK2
GTK2.TextView
|
Method GTK2.TextView()->set_accepts_tab()
- Method
set_accepts_tab
GTK2.TextView set_accepts_tab(int accepts_tab)
- Description
Sets the behavior of the text widget when the Tab key is pressed. If
accepts_tab is true a tab character is inserted. If accepts_tab is false
the keyboard focus is moved to the next widget in the focus chain.
|