TreeView.hoverSelection

bool hoverSelection() @property

Get hoverSelection property.

Returns

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.

This mode is primarily intended for treeviews in popups, e.g. in gtk.combo_box.ComboBox or gtk.entry_completion.EntryCompletion.

void hoverSelection(bool propval) @property

Set hoverSelection property.

Parameters

propvalEnables 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. This mode is primarily intended for treeviews in popups, e.g. in gtk.combo_box.ComboBox or gtk.entry_completion.EntryCompletion.