Method
AtkTableset_row_description
[−]
Declaration [src]
void
atk_table_set_row_description (
AtkTable* table,
gint row,
const gchar* description
)
[−]
Parameters
row
-
Type:
gint
A #gint representing a row in
table
. description
-
Type:
const gchar*
A #gchar representing the description text to set for the specified
row
oftable
.The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string.