Method

AtspiTableget_accessible_at

Declaration [src]

AtspiAccessible*
atspi_table_get_accessible_at (
  AtspiTable* obj,
  gint row,
  gint column,
  GError** error
)

Description [src]

Gets the table cell at the specified row and column indices. To get the accessible object at a particular (x, y) screen coordinate, use #atspi_component_get_accessible_at_point.

Parameters

row gint
 

The specified table row, zero-indexed.

column gint
 

The specified table column, zero-indexed.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: AtspiAccessible
 

An AtspiAccessible object representing the specified table cell.

 The caller of the method takes ownership of the data, and is responsible for freeing it.