ObjectAtk.refAccessibleChild

Gets a reference to the specified accessible child of the object. The accessible children are 0-based so the first accessible child is at index 0, the second at index 1 and so on.

class ObjectAtk
refAccessibleChild
(
int i
)

Parameters

i int

a gint representing the position of the child, starting from 0

Return Value

Type: ObjectAtk

an AtkObject representing the specified accessible child of the accessible.