Method

AtspiTableremove_column_selection

Declaration [src]

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

Description [src]

De-selects the specified column, removing it from the current column selection. Not all tables support column selection.

Parameters

column gint
 

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

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

Return value

Returns: gboolean
 

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