API Version: 2.0
Library Version: 2.50.0
gboolean atspi_table_is_row_selected ( AtspiTable* obj, gint row, GError** error )
Determines whether a table row is selected. Not all tables support row selection.
row
gint
The zero-indexed row number of the row being queried.
error
GError **
GError*
NULL
gboolean
TRUE if the specified row is currently selected, FALSE if not.
TRUE
FALSE