Method

AtspiTableget_column_at_index

Declaration [src]

gint
atspi_table_get_column_at_index (
  AtspiTable* obj,
  gint index,
  GError** error
)

Description [src]

Gets the table column index occupied by the child at a particular 1-D child index.

see #atspi_table_get_index_at, #atspi_table_get_row_at_index.

Parameters

index gint
 

The specified child index, zero-indexed.

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

Return value

Returns: gint
 

A #gint indicating the first column spanned by the child of a table, at the specified 1-D (zero-offset) index.