Method
AtspiSelectionis_child_selected
Declaration [src]
gboolean
atspi_selection_is_child_selected (
AtspiSelection* obj,
gint child_index,
GError** error
)
Description [src]
Determines whether a particular child of an AtspiSelection
implementor
is currently selected. Note that child_index
is the index into the
standard AtspiAccessible
container’s list of children.