get_row_at_index
Description:
Warning: get_row_at_index is deprecated.
Gets a int representing the row at the specified index_
.
Note:
since 2.12.
Parameters:
this |
a GObject instance that implements AtkTableInterface |
index_ |
a int representing an index in this |
Returns:
a gint representing the row at the specified index, or -1 if the table does not implement this method. |