get_column_at_index
Description:
Warning: get_column_at_index is deprecated.
Gets a int representing the column 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 column at the specified index, or -1 if the table does not implement this method. |