Method
AtkTableCellget_position
Declaration [src]
gboolean
atk_table_cell_get_position (
AtkTableCell* cell,
gint* row,
gint* column
)
Parameters
row |
gint* |
The row of the given cell. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
column |
gint* |
The column of the given cell. |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. |