Package: gtk

Accessor gtk:list-view-enable-rubberband

Lambda List

gtk:list-view-enable-rubberband (object)

Syntax

(gtk:list-view-enable-rubberband object) => setting
(setf (gtk:list-view-enable-rubberband object) setting)

Arguments

object -- a gtk:list-view object
setting -- true if rubberband selection is enabled

Details

Accessor of the enable-rubberband slot of the gtk:list-view class. The gtk:list-view-enable-rubberband function returns whether rows can be selected by dragging with the mouse. The (setf gtk:list-view-enable-rubberband) function sets whether selections can be changed by dragging with the mouse.
 

See also

2023-11-25