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