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