Method

AtspiTableadd_row_selection

Declaration [src]

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

Description [src]

Selects the specified row, adding it to the current row selection. Not all tables support row selection.

Parameters

row gint
 

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

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

Return value

Returns: gboolean
 

TRUE if the specified row was successfully selected, FALSE if not.