[ Version ( since = "2.6" ) ]
public void set_hover_selection (bool hover)
Enables or disables the hover selection mode of this.
Use [class@Gtk.ListView] or [class@Gtk.ColumnView] instead
Hover selection makes the selected row follow the pointer. Currently, this works only for the selection modes gtk_selection_single and gtk_selection_browse.
| this |
a `GtkTreeView` |
| hover |
true to enable hover selection mode |