Virtual Method
AtkTableref_at
Declaration [src]
AtkObject*
ref_at (
AtkTable* table,
gint row,
gint column
)
Description [src]
Get a reference to the table cell at row
, column
. This cell
should implement the interface AtkTableCell
.
Parameters
row |
gint |
A #gint representing a row in |
|
column |
gint |
A #gint representing a column in |
Return value
Returns: | AtkObject |
An |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |