set_column_header
Description:
public abstract void set_column_header (
int column,
Object header)
Sets the specified column header to header.
Parameters:
| this |
a GObject instance that implements AtkTableIface
|
| column |
a int representing a column in this
|
| header |
an Table
|