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