added tiered implementation (using draw paragraph)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10670 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2001-06-26 18:41:02 +00:00
parent e446cd6783
commit 0c05747a9d

View 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 ;