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

The accessor for the mode slot of the gtk:tree-selection class gets or sets the selection mode of the selection. If the previous type was :multiple, then the anchor is kept selected, if it was previously selected.

Warning

The gtk:tree-selection implementation is deprecated since 4.10. Please do not use it in newly written code.
 

See also

2025-09-21