gtkIconViewGetCursor {RGtk2} | R Documentation |
Fills in path
and cell
with the current cursor path and cell.
If the cursor isn't currently set, then *path
will be NULL
.
If no cell currently has focus, then *cell
will be NULL
.
gtkIconViewGetCursor(object)
|
[GtkIconView ] A GtkIconView |
.
Since 2.8
A list containing the following elements:
retval |
[logical] TRUE if the cursor is set. |
|
[GtkTreePath ] Return location for the current cursor path, or NULL |
|
[GtkCellRenderer ] Return location the current focus cell, or NULL |
Derived by RGtkGen from GTK+ documentation