X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..eff8f7952ed2ecc85b48dd01a047658d7f4eafcb:/include/wx/msw/stattext.h diff --git a/include/wx/msw/stattext.h b/include/wx/msw/stattext.h index 284067079d..2bae454889 100644 --- a/include/wx/msw/stattext.h +++ b/include/wx/msw/stattext.h @@ -12,7 +12,7 @@ #ifndef _WX_STATTEXT_H_ #define _WX_STATTEXT_H_ -class WXDLLEXPORT wxStaticText : public wxStaticTextBase +class WXDLLIMPEXP_CORE wxStaticText : public wxStaticTextBase { public: wxStaticText() { } @@ -44,10 +44,12 @@ public: protected: // implement/override some base class virtuals - virtual wxBorder GetDefaultBorder() const; virtual void DoSetSize(int x, int y, int w, int h, int sizeFlags = wxSIZE_AUTO); - virtual wxSize DoGetBestSize() const; + virtual wxSize DoGetBestClientSize() const; + + virtual wxString DoGetLabel() const; + virtual void DoSetLabel(const wxString& str); DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) };