Package: gtk

Accessor gtk:text-view-accepts-tab

Lambda List

gtk:text-view-accepts-tab (object)

Syntax

(gtk:text-view-accepts-tab object) => accepts
(setf (gtk:text-view-accepts-tab object) accepts)

Arguments

object -- a gtk:text-view widget
accepts -- true if pressing the Tab key should insert a tab character, false, if pressing the Tab key should move the keyboard focus

Details

Accessor of the accepts-tab slot of the gtk:text-view class. The gtk:text-view-accepts-tab function returns the behavior of the text view when the Tab key is pressed. The (setf gtk:text-view-accepts-tab) function sets the behavior.

If the accepts argument is true, a tab character is inserted. If the accepts argument is false the keyboard focus is moved to the next widget in the focus chain.
 

See also

2024-7-4