Virtual Method

AtkTableCellget_position

Declaration [src]

gboolean
get_position (
  AtkTableCell* cell,
  gint* row,
  gint* column
)

Description [src]

Retrieves the tabular position of this cell.

Available since:2.12

Parameters

row gint*
 

The row of the given cell.

 The argument will be set by the function.
 The called function 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 called function takes ownership of the data, and is responsible for freeing it.

Return value

Returns: gboolean
 

TRUE if successful; FALSE otherwise.