X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..a9c95884805a56442482036cd204e56c47a03d2c:/include/wx/mac/carbon/stattext.h diff --git a/include/wx/mac/carbon/stattext.h b/include/wx/mac/carbon/stattext.h index dd127f745a..2935319c47 100644 --- a/include/wx/mac/carbon/stattext.h +++ b/include/wx/mac/carbon/stattext.h @@ -38,10 +38,14 @@ public: void SetLabel( const wxString &str ) ; bool SetFont( const wxFont &font ); + virtual bool AcceptsFocus() const { return FALSE; } + protected : + virtual wxString DoGetLabel() const; + virtual void DoSetLabel(const wxString& str); + virtual wxSize DoGetBestSize() const ; - virtual bool AcceptsFocus() const { return FALSE; } DECLARE_DYNAMIC_CLASS_NO_COPY(wxStaticText) };