ref_at
Description:
Get a reference to the table cell at row
, column
.
This cell should implement the interface TableCell
Parameters:
this |
a GObject instance that implements AtkTableIface |
row |
a int representing a row in this |
column |
a int representing a column in this |
Returns:
an Object representing the referred to accessible |