X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/505af178e72ed7a4d133c301d024976e188de354..594f0f5bf1355fb8d58f403d3ebacc1c1767c429:/include/wx/mac/stattext.h?ds=sidebyside diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index 670d12cbf3..934d7e8118 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -16,10 +16,6 @@ #pragma interface "stattext.h" #endif -#include "wx/control.h" - -WXDLLEXPORT_DATA(extern const char*) wxStaticTextNameStr; - class WXDLLEXPORT wxStaticText: public wxStaticTextBase { DECLARE_DYNAMIC_CLASS(wxStaticText) @@ -52,7 +48,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase void DrawParagraph(wxDC &dc, wxString paragraph); void OnPaint( wxPaintEvent &event ) ; void OnDraw( wxDC &dc ) ; - wxSize DoGetBestSize() const ; + virtual wxSize DoGetBestSize() const ; virtual bool AcceptsFocus() const { return FALSE; } private : wxString m_label ;