gtkTreeViewGetVisibleRange {RGtk2}R Documentation

gtkTreeViewGetVisibleRange

Description

Sets start.path and end.path to be the first and last visible path. Note that there may be invisible paths in between.

Usage

gtkTreeViewGetVisibleRange(object)

Arguments

object [GtkTreeView] A GtkTreeView

Details

.

Since 2.8

Value

A list containing the following elements:

retval [logical] TRUE, if valid paths were placed in start.path and end.path.
start.path [GtkTreePath] Return location for start of region, or NULL.
end.path [GtkTreePath] Return location for end of region, or NULL.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]