Method
Gtk TreeViewset_hover_selection
since: 2.6
Declaration [src]
void
gtk_tree_view_set_hover_selection(
GtkTreeView*tree_view,
gbooleanhover
)
Description [src]
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.
Available since: 2.6
Sets property
Gtk.TreeView:hover-selection Parameters
hover-
Type:
gbooleanTRUEto enable hover selection mode.