gtkTreeSelectionPathIsSelected {RGtk2} | R Documentation |
Returns TRUE
if the row pointed to by path
is currently selected. If path
does not point to a valid location, FALSE
is returned
gtkTreeSelectionPathIsSelected(object, path)
|
[GtkTreeSelection ] A GtkTreeSelection . |
|
[GtkTreePath ] A GtkTreePath to check selection on. |
[logical] TRUE
if path
is selected.
Derived by RGtkGen from GTK+ documentation