Package: gtk

Accessor gtk:tree-view-hover-expand

Lambda List

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

Syntax

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

Arguments

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

Details

The accessor for the hover-expand slot of the gtk:tree-view class gets or sets whether hover expansion mode is turned on for the tree view. Hover expansion makes rows expand or collapse if the pointer moves over them.

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