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