Method

AtkTableadd_row_selection

Declaration [src]

gboolean
atk_table_add_row_selection (
  AtkTable* table,
  gint row
)

Description [src]

Adds the specified row to the selection.

Parameters

row

Type: gint

A #gint representing a row in table.

Return value

Type: gboolean

A gboolean representing if row was successfully added to selection, or 0 if value does not implement this interface.