X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..e0062c047ecb5a7d4790b980777dfa70869f4834:/include/wx/msw/stattext.h diff --git a/include/wx/msw/stattext.h b/include/wx/msw/stattext.h index 284067079d..1c05fbf758 100644 --- a/include/wx/msw/stattext.h +++ b/include/wx/msw/stattext.h @@ -49,6 +49,9 @@ protected: int sizeFlags = wxSIZE_AUTO); virtual wxSize DoGetBestSize() const; + virtual wxString DoGetLabel() const; + virtual void DoSetLabel(const wxString& str); + DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) };