Method

AtkTableis_selected

Declaration [src]

gboolean
atk_table_is_selected (
  AtkTable* table,
  gint row,
  gint column
)

Description [src]

Gets a boolean value indicating whether the accessible object at the specified row and column is selected.

Parameters

row

Type: gint

A #gint representing a row in table.

column

Type: gint

A #gint representing a column in table.

Return value

Type: gboolean

A gboolean representing if the cell is selected, or 0 if value does not implement this interface.