Method

AtspiTableis_column_selected

Declaration [src]

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

Description [src]

Determines whether specified table column is selected. Not all tables support column selection.

Parameters

column gint
 

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

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

Return value

Returns: gboolean
 

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