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