atkTableRemoveRowSelection {RGtk2} | R Documentation |
Removes the specified row
from the selection.
atkTableRemoveRowSelection(object, row)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
[logical] a gboolean representing if the row was successfully removed from the selection, or 0 if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation