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.