atkTableSetRowDescription {RGtk2} | R Documentation |
Sets the description text for the specified row
of table
.
atkTableSetRowDescription(object, row, description)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
|
[character] a character representing the description text
to set for the specified row of table |
Derived by RGtkGen from GTK+ documentation