atkTableIsSelected {RGtk2} | R Documentation |
Gets a boolean value indicating whether the accessible object
at the specified row
and column
is selected
atkTableIsSelected(object, row, column)
|
[ |
|
[integer] a integerrepresenting a row in table |
|
[integer] a integerrepresenting a column in table |
[logical] a gboolean representing if the cell is selected, or 0 if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation