Table.setRowDescription
void setRowDescription(int row, string description)Sets the description text for the specified row of table.
Parameters
row | a #gint representing a row in table |
description | a #gchar representing the description text to set for the specified row of table |