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