X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6f02a879ed7efc5fcf6328ff47a1352ec82812b7..a9c95884805a56442482036cd204e56c47a03d2c:/include/wx/mac/carbon/stattext.h?ds=sidebyside diff --git a/include/wx/mac/carbon/stattext.h b/include/wx/mac/carbon/stattext.h index 042d0d3f59..2935319c47 100644 --- a/include/wx/mac/carbon/stattext.h +++ b/include/wx/mac/carbon/stattext.h @@ -42,6 +42,9 @@ public: protected : + virtual wxString DoGetLabel() const; + virtual void DoSetLabel(const wxString& str); + virtual wxSize DoGetBestSize() const ; DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText)