atkTableIsRowSelected {RGtk2} | R Documentation |
Gets a boolean value indicating whether the specified row
is selected
atkTableIsRowSelected(object, row)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
[logical] a gboolean representing if the row is selected, or 0 if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation