set_hover_selection


Description:

public void set_hover_selection (bool hover)

Enables or disables the hover selection mode of this.

Note:

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.

Parameters:

this

a `GtkTreeView`

hover

true to enable hover selection mode