Method

AtspiTableis_row_selected

Declaration [src]

gboolean
atspi_table_is_row_selected (
  AtspiTable* obj,
  gint row,
  GError** error
)

Description [src]

Determines whether a table row is selected. Not all tables support row selection.

Parameters

row gint
 

The zero-indexed row number of the row being queried.

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

Return value

Returns: gboolean
 

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