DrawParagraph changed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15494 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f816930c05
commit
e4befcd344
@ -45,7 +45,7 @@ class WXDLLEXPORT wxStaticText: public wxStaticTextBase
|
||||
virtual void Command(wxCommandEvent& WXUNUSED(event)) {};
|
||||
virtual void ProcessCommand(wxCommandEvent& WXUNUSED(event)) {};
|
||||
// events
|
||||
void DrawParagraph(wxDC &dc, wxString paragraph);
|
||||
void DrawParagraph(wxDC &dc, wxString paragraph, int &y);
|
||||
void OnPaint( wxPaintEvent &event ) ;
|
||||
void OnDraw( wxDC &dc ) ;
|
||||
virtual wxSize DoGetBestSize() const ;
|
||||
|
Loading…
Reference in New Issue
Block a user