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

Accessor of the hover-expand slot of the gtk:tree-view class. The gtk:tree-view-hover-expand function returns whether hover expansion mode is turned on for the tree view. The (setf gtk:tree-view-hover-expand) function enables or disables the hover expansion mode. 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

2024-3-9