]> git.saurik.com Git - wxWidgets.git/commitdiff
added tiered implementation (using draw paragraph)
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 26 Jun 2001 18:41:02 +0000 (18:41 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 26 Jun 2001 18:41:02 +0000 (18:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/stattext.h

index e41f06ba4ff3dbff734097fe28944852c2ee9047..3a7f3131c39b367239b232aa58e6960ecce2f0e8 100644 (file)
@@ -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 ;