got rid of wxEvtHandler::m_isWindow, use virtual functions (overridden in wxWindow) instead
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21418 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user