carbon event handlers
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15623 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -89,6 +89,7 @@ public:
|
|||||||
virtual void DoMoveWindow(int x, int y, int width, int height);
|
virtual void DoMoveWindow(int x, int y, int width, int height);
|
||||||
void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ;
|
void MacInvalidate( const WXRECTPTR rect, bool eraseBackground ) ;
|
||||||
short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; }
|
short MacGetWindowBackgroundTheme() const { return m_macWindowBackgroundTheme ; }
|
||||||
|
virtual void MacInstallEventHandler() ;
|
||||||
protected:
|
protected:
|
||||||
// common part of all ctors
|
// common part of all ctors
|
||||||
void Init();
|
void Init();
|
||||||
@@ -106,6 +107,7 @@ protected:
|
|||||||
wxWindowMac* m_macFocus ;
|
wxWindowMac* m_macFocus ;
|
||||||
WXHRGN m_macNoEraseUpdateRgn ;
|
WXHRGN m_macNoEraseUpdateRgn ;
|
||||||
bool m_macNeedsErasing ;
|
bool m_macNeedsErasing ;
|
||||||
|
void* m_macEventHandler ;
|
||||||
|
|
||||||
static WXWindow s_macWindowInUpdate ;
|
static WXWindow s_macWindowInUpdate ;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user