Package: gtk

Accessor gtk:tree-view-hover-selection

Lambda List

gtk:tree-view-hover-selection (object)

Syntax

(gtk:tree-view-hover-selection object) => setting
(setf (gtk:tree-view-hover-selection object) setting)

Arguments

object -- a gtk:tree-view widget
setting -- true to enable hover selection mode

Details

The accessor for the hover-selection slot of the gtk:tree-view class gets or sets whether hover selection mode is turned on for the tree view. Hover selection makes the selected row follow the pointer. Currently, this works only for the :single and :browse selection modes.

Warning

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

See also

2025-09-27