Implemented text wrapping for GTK (1.2 and 2.X).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33420 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2005-04-07 22:52:32 +00:00
parent 1dd815f363
commit a5040b80be
4 changed files with 50 additions and 22 deletions

View File

@@ -67,6 +67,10 @@ public:
// --------------
protected:
virtual void DoSetSize(int x, int y,
int width, int height,
int sizeFlags = wxSIZE_AUTO);
virtual wxSize DoGetBestSize() const;
DECLARE_DYNAMIC_CLASS(wxStaticText)