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