diff --git a/include/wx/mac/stattext.h b/include/wx/mac/stattext.h index e41f06ba4f..3a7f3131c3 100644 --- a/include/wx/mac/stattext.h +++ b/include/wx/mac/stattext.h @@ -49,6 +49,7 @@ class WXDLLEXPORT wxStaticText: public wxControl virtual void Command(wxCommandEvent& WXUNUSED(event)) {}; virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {}; // events + void DrawParagraph(wxDC &dc, wxString paragraph); void OnPaint( wxPaintEvent &event ) ; void OnDraw( wxDC &dc ) ; wxSize DoGetBestSize() const ;