Method

AtspiTableis_selected

Declaration [src]

gboolean
atspi_table_is_selected (
  AtspiTable* obj,
  gint row,
  gint column,
  GError** error
)

Description [src]

Determines whether the cell at a specific row and column is selected.

Parameters

row gint
 

The zero-indexed row of the cell being queried.

column gint
 

The zero-indexed column of the cell being queried.

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

Return value

Returns: gboolean
 

TRUE if the specified cell is currently selected, FALSE if not.