gtkTreeSelectionPathIsSelected {RGtk2}R Documentation

gtkTreeSelectionPathIsSelected

Description

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

Usage

gtkTreeSelectionPathIsSelected(object, path)

Arguments

object

A GtkTreeSelection.

path

A GtkTreePath to check selection on.

Value

[logical] TRUE if path is selected.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]