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_SELECTION_SINGLE and GTK_SELECTION_BROWSE. Since 2.6

class TreeView
void
setHoverSelection
(
int hover
)

Parameters

hover int

TRUE to enable hover selection mode

Meta