@a childId is 0 (the action for this object) or greater than 0 (the action
for a child).
- @returns
- wxACC_NOT_SUPPORTED if there is no default action for this window
- (e.g. an edit control).
+ @return wxACC_NOT_SUPPORTED if there is no default action for this
+ window (e.g. an edit control).
*/
virtual wxAccStatus DoDefaultAction(int childId);
virtual wxAccStatus GetChild(int childId, wxAccessible** child);
/**
- Returns the number of children in @e childCount.
+ Returns the number of children in @a childCount.
*/
virtual wxAccStatus GetChildCount(int* childCount);
/**
Returns a status value and object id to indicate whether the given point
- was on this or a child object. Can return either a child object, or an
+ was on this or a child object. Can return either a child object, or an
integer representing the child element, starting from 1.
@a pt is in screen coordinates.
wxAccessible** childObject);
/**
- Navigates from @a fromId to @e toId or to @e toObject.
+ Navigates from @a fromId to @a toId or to @a toObject.
*/
virtual wxAccStatus Navigate(wxNavDir navDir, int fromId,
int* toId,