Let the text ctrl do the word wrapping, not the source code...

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40453 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-08-04 17:30:31 +00:00
parent a8961943b8
commit 49cb9181b7

View File

@ -8,11 +8,7 @@ Hello!
Welcome to this little demo of draggable tabs using the wx.aui module.
To try it out, drag a tab from the top of the window all the way to
the bottom. After releasing the mouse, the tab will dock at the
hinted position. Then try it again with the remaining tabs in various
other positions. Finally, try dragging a tab to an existing tab ctrl.
You'll soon see that very complex tab layouts may be achieved.
To try it out, drag a tab from the top of the window all the way to the bottom. After releasing the mouse, the tab will dock at the hinted position. Then try it again with the remaining tabs in various other positions. Finally, try dragging a tab to an existing tab ctrl. You'll soon see that very complex tab layouts may be achieved.
"""
#----------------------------------------------------------------------