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)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
|
[integer] a integer representing 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