Method
Gtk IconViewpath_is_selected
since: 2.6
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.
Available since: 2.6
Parameters
path-
Type:
GtkTreePathA
GtkTreePathto check selection on.The data is owned by the caller of the method.
Return value
Type: gboolean
TRUE if path is selected.