Method

AtspiSelectionselect_child

Declaration [src]

gboolean
atspi_selection_select_child (
  AtspiSelection* obj,
  gint child_index,
  GError** error
)

Description [src]

Adds a child to the selected children list of an AtspiSelection. For AtspiSelection implementors that only allow single selections, this may replace the (single) current selection.

Parameters

child_index gint
 

A #gint indicating which child of the Accessible is to be selected.

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

Return value

Returns: gboolean
 

TRUE if the child was successfully selected, FALSE otherwise.