From 0c05747a9d0a28138e33ffe74c4c88f36d696d0a Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 26 Jun 2001 18:41:02 +0000 Subject: [PATCH] added tiered implementation (using draw paragraph) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/stattext.h | 1 + 1 file changed, 1 insertion(+) 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 ; -- 2.45.2