Method
AtkTableis_selected
[−]
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.