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