Corrected some wxAccessible mistakes
Implemented some SplitterWindowAccessible functions in sample git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20664 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1231,7 +1231,7 @@ public:
|
||||
virtual wxAccStatus GetName(int childId, wxString* name);
|
||||
|
||||
// Gets the number of children.
|
||||
virtual wxAccStatus GetChildCount(int* childId);
|
||||
virtual wxAccStatus GetChildCount(int* childCount);
|
||||
|
||||
// Gets the specified child (starting from 1).
|
||||
// If *child is NULL and return value is wxACC_OK,
|
||||
|
Reference in New Issue
Block a user