Method
Gtk.IconView.path_is_selected
Declaration [src]
gboolean
gtk_icon_view_path_is_selected (
  GtkIconView* icon_view,
  GtkTreePath* path
)
Description [src]
Returns TRUE if the icon pointed to by path is currently
selected. If path does not point to a valid location, FALSE is returned.
Parameters
| path | GtkTreePath | 
| A  | |
| Ownership is not transferred to the callee |