gtkTreeViewSetHoverSelection {RGtk2} | R Documentation |
Enables of 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
.
gtkTreeViewSetHoverSelection(object, hover)
|
[GtkTreeView ] a GtkTreeView |
|
[logical] TRUE to enable hover selection mode |
Since 2.6
Derived by RGtkGen from GTK+ documentation