Method

AtspiTableadd_column_selection

Declaration [src]

gboolean
atspi_table_add_column_selection (
  AtspiTable* obj,
  gint column,
  GError** error
)

Description [src]

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

Parameters

column gint
 

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

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

Return value

Returns: gboolean
 

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