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 value of the gtk-selection-mode enumeration

Details

Accessor of the mode slot of the gtk-tree-selection class.

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

See also

2021-2-27