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:
parent
e446cd6783
commit
0c05747a9d
@ -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 ;
|
||||
|
Loading…
Reference in New Issue
Block a user