Package: gtk

Accessor gtk:tree-view-rubber-banding

Lambda List

gtk:tree-view-rubber-banding (object)

Syntax

(gtk:tree-view-rubber-banding object) => enable
(setf (gtk:tree-view-rubber-banding object) enable)

Arguments

object -- a gtk:tree-view widget
enable -- true, to enable rubber banding

Details

Accessor of the rubber-banding slot of the gtk:tree-view class. The gtk:tree-view-rubber-banding function returns whether rubber banding is turned on for the tree view. The (setf gtk:tree-view-rubber-banding) function enables or disables rubber banding. If the selection mode is :multiple, rubber banding will allow the user to select multiple rows by dragging the mouse.

Warning

The gtk:tree-view implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2024-3-10