]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/stattext.h
Added C/wxString array constructors to wxArrayString
[wxWidgets.git] / include / wx / msw / stattext.h
index c42f65552c131fc9d6205516cb596bdd9d50952a..6f6016f11c225b4e03457b2fcda7847ff8b9b633 100644 (file)
@@ -40,6 +40,10 @@ public:
                 long style = 0,
                 const wxString& name = wxStaticTextNameStr);
 
+    // override some methods to resize the window properly
+    virtual void SetLabel(const wxString& label);
+    virtual bool SetFont( const wxFont &font );
+
 protected:
     // implement/override some base class virtuals
     virtual wxBorder GetDefaultBorder() const;
@@ -47,6 +51,7 @@ protected:
                            int sizeFlags = wxSIZE_AUTO);
     virtual wxSize DoGetBestSize() const;
     virtual WXDWORD MSWGetStyle(long flags, WXDWORD *exstyle = NULL) const;
+    virtual WXHBRUSH DoMSWControlColor(WXHDC pDC, wxColour colBg);
 
     DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText)
 };