is_selected
Description:
Gets a boolean value indicating whether the accessible object at the specified row and column is selected
Parameters:
| this |
a GObject instance that implements AtkTableIface |
| row |
a int representing a row in this |
| column |
a int representing a column in this |
Returns:
|
a gboolean representing if the cell is selected, or 0 if value does not implement this interface. |