X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3b69115cba5d22da86092e1e9eb1c363e9e8fb6a..e450aa692b887adbae4350896f6c90ec8e1368e3:/include/wx/window.h?ds=sidebyside diff --git a/include/wx/window.h b/include/wx/window.h index 6f50ef8f7f..646e088e22 100644 --- a/include/wx/window.h +++ b/include/wx/window.h @@ -876,6 +876,13 @@ public: #endif // wxUSE_PALETTE protected: + // event handling specific to wxWindow +#if wxUSE_VALIDATORS + virtual bool TryValidator(wxEvent& event); +#endif // wxUSE_VALIDATORS + virtual bool TryParent(wxEvent& event); + + #if wxUSE_CONSTRAINTS // satisfy the constraints for the windows but don't set the window sizes void SatisfyConstraints(); @@ -1231,7 +1238,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,