]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/toplevel.h
wxPrinting fix for wxMGL
[wxWidgets.git] / include / wx / mac / toplevel.h
index 8d51f95e7996ea7e2f2f93a3141fb42a5cf77dd4..5c3672f37ade58bfcf01f45124978b45523fffa4 100644 (file)
@@ -88,6 +88,8 @@ public:
     virtual bool Show( bool show = TRUE );
     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();
@@ -105,6 +107,7 @@ protected:
     wxWindowMac* m_macFocus ;
     WXHRGN m_macNoEraseUpdateRgn ;
     bool m_macNeedsErasing ;
+    void* m_macEventHandler ;
 
     static WXWindow s_macWindowInUpdate ;
 };