Package: gtk

Accessor gtk:single-selection-autoselect

Lambda List

gtk:single-selection-autoselect (object)

Syntax

(gtk:single-selection-autoselect object) => autoselect
(setf (gtk:single-selection-autoselect object) autoselect)

Arguments

object -- a gtk:single-selection object
autoselect -- true if autoselect is enabled

Details

Accessor of the autoselect slot of the gtk:single-selection class. The gtk:single-selection-autoselect function checks if autoselect has been enabled or disabled. The (setf gtk:single-selection-autoselect) function sets the property.

If autoselect is true, object will enforce that an item is always selected. It will select a new item when the currently selected item is deleted and it will disallow unselecting the current item.
 

See also

2023-11-26