atkTableGetRowDescription {RGtk2} | R Documentation |
Gets the description text of the specified row in the table
atkTableGetRowDescription(object, row)
|
[AtkTable ] a GObject instance that implements AtkTableIface |
|
[integer] a integer representing a row in table |
[character] a gchar* representing the row description, or NULL
if value does not implement this interface.
Derived by RGtkGen from GTK+ documentation