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 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

2024-11-5