gtkIconViewGetVisibleRange {RGtk2} | R Documentation |
Sets start.path
and end.path
to be the first and last visible path.
Note that there may be invisible paths in between.
gtkIconViewGetVisibleRange(object)
|
[GtkIconView ] A GtkIconView |
.
Since 2.8
A list containing the following elements:
retval |
[logical] TRUE , if valid paths were placed in start.path and end.path |
|
[GtkTreePath ] Return location for start of region, or NULL |
|
[GtkTreePath ] Return location for end of region, or NULL |
Derived by RGtkGen from GTK+ documentation