set_column_description
Description:
public abstract void set_column_description (
int column,
string description)
Sets the description text for the specified column of the this.
Parameters:
| this |
a GObject instance that implements AtkTableIface
|
| column |
a int representing a column in this
|
| description |
a char representing the description text to set for the specified column of
the this
|