]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
wxRadioBox fixed on mac
[wxWidgets.git] / include / wx / msw / stattext.h
index f21a4bd3b0873ac5300cb331e7013625ab2126ee..ca5fd0c0e26a0dd521a068e87e0c8c8d261232bb 100644 (file)
@@ -46,17 +46,16 @@ public:
 
     // accessors
     void SetLabel(const wxString& label);
+    bool SetFont( const wxFont &font );
 
     // overriden base class virtuals
     virtual bool AcceptsFocus() const { return FALSE; }
 
     // callbacks
-    virtual WXHBRUSH OnCtlColor(WXHDC pDC, WXHWND pWnd, WXUINT nCtlColor,
-                                WXUINT message, WXWPARAM wParam, WXLPARAM lParam);
     virtual long MSWWindowProc(WXUINT nMsg, WXWPARAM wParam, WXLPARAM lParam);
 
 protected:
-    virtual wxSize DoGetBestSize();
+    virtual wxSize DoGetBestSize() const;
 };
 
 #endif