TreeView.setHoverSelection

Enables or disables the hover selection mode of tree_view. Hover selection makes the selected row follow the pointer. Currently, this works only for the selection modes gtk.types.SelectionMode.Single and gtk.types.SelectionMode.Browse.

More...
class TreeView
void
setHoverSelection
(
bool hover
)

Parameters

hover bool

true to enable hover selection mode

Detailed Description