gtkTreeViewSetHoverExpand {RGtk2}R Documentation

gtkTreeViewSetHoverExpand

Description

Enables of disables the hover expansion mode of tree.view. Hover expansion makes rows expand or collaps if the pointer moves over them.

Usage

gtkTreeViewSetHoverExpand(object, expand)

Arguments

object [GtkTreeView] a GtkTreeView
expand [logical] TRUE to enable hover selection mode

Details

Since 2.6

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]