]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/window.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / mac / window.h
index 252b73fa8809bddc2d756393529de26fc3cd875d..e8efb280d1abc56e635885145a8cf7d52f912f04 100644 (file)
@@ -177,6 +177,7 @@ public:
 
     // event handlers
     // --------------
+       void OnSetFocus(wxFocusEvent& event) ;
     void OnEraseBackground(wxEraseEvent& event);
     void OnIdle(wxIdleEvent& event);
     void MacOnScroll(wxScrollEvent&event ) ;
@@ -275,10 +276,10 @@ public :
 private:
        virtual bool                                            MacGetWindowFromPointSub( const wxPoint &point , wxWindow** outWin ) ;
 protected:
-
        MacWindowData*                          m_macWindowData ;
        static WindowRef                        s_macWindowInUpdate ;
        RgnHandle                                       m_macUpdateRgn ;
+       bool                                            m_macEraseOnRedraw ;
 
        int                                                                     m_x ;
        int                                                                     m_y ;