gtkIconViewPathIsSelected {RGtk2}R Documentation

gtkIconViewPathIsSelected

Description

Returns TRUE if the icon pointed to by path is currently selected. If path does not point to a valid location, FALSE is returned.

Usage

gtkIconViewPathIsSelected(object, path)

Arguments

object [GtkIconView] A GtkIconView.
path [GtkTreePath] A GtkTreePath to check selection on.

Details

Since 2.6

Value

[logical] TRUE if path is selected.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.12.5-3 Index]