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

The accessor for the autoselect slot of the gtk:single-selection class gets or sets whether the selection will always select an item.

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

2025-08-14