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.

Parameters

child_index gint
 

An index into the AtspiSelections list of children.

error GError **
  The return location for a GError*, or NULL.

Return value

Returns: gboolean
 

TRUE if the specified child is currently selected, FALSE otherwise.