gtkTreeViewGetCursor {RGtk2} | R Documentation |
Fills in path
and focus.column
with the current path and focus column. If
the cursor isn't currently set, then *path
will be NULL
. If no column
currently has focus, then *focus.column
will be NULL
.
gtkTreeViewGetCursor(object)
|
[GtkTreeView ] A GtkTreeView |
.
A list containing the following elements:
|
[GtkTreePath ] A pointer to be filled with the current cursor path, or NULL |
|
[GtkTreeViewColumn ] A pointer to be filled with the current focus column, or NULL |
Derived by RGtkGen from GTK+ documentation