- addSelection
int function(AtkSelection* selection, int i) addSelection;
- clearSelection
int function(AtkSelection* selection) clearSelection;
- getSelectionCount
int function(AtkSelection* selection) getSelectionCount;
- isChildSelected
int function(AtkSelection* selection, int i) isChildSelected;
- parent
GTypeInterface parent;
Undocumented in source.
- refSelection
AtkObject* function(AtkSelection* selection, int i) refSelection;
- removeSelection
int function(AtkSelection* selection, int i) removeSelection;
- selectAllSelection
int function(AtkSelection* selection) selectAllSelection;
- selectionChanged
void function(AtkSelection* selection) selectionChanged;