[ Version ( deprecated = true ) ]
public abstract int get_row_at_index (int index_)
Warning: get_row_at_index is deprecated.
Gets a int representing the row at the specified index_.
since 2.12.
| this |
a GObject instance that implements AtkTableInterface |
| index_ |
a int representing an index in this |
|
a gint representing the row at the specified index, or -1 if the table does not implement this method. |