X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..a220ccb313cde370ad6bec9b2285966525cb8f92:/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) };