Package: gtk

Accessor gtk:list-box-selection-mode

Lambda List

gtk:list-box-selection-mode (object)

Syntax

(gtk:list-box-selection-mode object) => mode
(setf (gtk:list-box-selection-mode object) mode)

Arguments

object -- a gtk:list-box widget
mode -- a value of the gtk:selection-mode enumeration

Details

The accessor for the selection-mode slot of the gtk:list-box class gets or sets the selection mode of the list box. See the gtk:selection-mode enumeration for details.
 

See also

2025-07-29