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 slot access function gtk-tree-view-hover-expand returns whether hover expansion mode is turned on for the tree view. The slot access function (setf gtk-tree-view-hover-expand) enables or disables the hover expansion mode. Hover expansion makes rows expand or collapse if the pointer moves over them.
 

See also

2021-2-25