From: Stefan Csomor Date: Mon, 20 May 2002 20:34:05 +0000 (+0000) Subject: carbon event handlers X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/559ae136c41335a36dfa5b4d7c005549539d5414 carbon event handlers git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/toplevel.h b/include/wx/mac/toplevel.h index db3a4d8fb4..5c3672f37a 100644 --- a/include/wx/mac/toplevel.h +++ b/include/wx/mac/toplevel.h @@ -89,6 +89,7 @@ public: virtual void DoMoveWindow(int x, int y, int width, int height); void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ; short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; } + virtual void MacInstallEventHandler() ; protected: // common part of all ctors void Init(); @@ -106,6 +107,7 @@ protected: wxWindowMac* m_macFocus ; WXHRGN m_macNoEraseUpdateRgn ; bool m_macNeedsErasing ; + void* m_macEventHandler ; static WXWindow s_macWindowInUpdate ; };