Package: gtk

Accessor gtk:single-selection-can-unselect

Lambda List

gtk:single-selection-can-unselect (object)

Syntax

(gtk:single-selection-can-unselect object) => setting
(setf (gtk:single-selection-can-unselect object) setting)

Arguments

object -- a gtk:single-selection object
setting -- true to allow unselecting

Details

Accessor of the can-unselect slot of the gtk:single-selection class. If true, unselecting the current item is supported. Note that setting autoselect will cause the unselecting to not work, so it practically makes no sense to set both at the same time the same time.
 

See also

2023-11-26