]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
applied patch 410892 (wxCopyFile uses ::CopyFile under Win32, has overwrite parameter)
[wxWidgets.git] / include / wx / msw / stattext.h
index f2ab5e5f7408cf9de9df074ffe4fb17a8dfe6383..ca5fd0c0e26a0dd521a068e87e0c8c8d261232bb 100644 (file)
@@ -46,13 +46,12 @@ 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: