Package: gtk

Accessor gtk:tree-selection-mode

Lambda List

gtk:tree-selection-mode (object)

Syntax

(gtk:tree-selection-mode object) => mode
(setf (gtk:tree-selection-mode object) mode)

Arguments

object -- a gtk:tree-selection object
mode -- a gtk:selection-mode value

Details

Accessor of the mode slot of the gtk:tree-selection class. The gtk:tree-selection-mode function gets the current selection mode of the selection. The (setf gtk:tree-selection-mode) function sets the selection mode. If the previous mode was :multiple, then the anchor is kept selected, if it was previously selected.
 

See also

2024-3-12