From 49cb9181b79f6786b9ffa35c4792b1e2c400eabc Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Fri, 4 Aug 2006 17:30:31 +0000 Subject: [PATCH] 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 --- wxPython/demo/AUI_Notebook.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/wxPython/demo/AUI_Notebook.py b/wxPython/demo/AUI_Notebook.py index 458e143960..febe83dff7 100644 --- a/wxPython/demo/AUI_Notebook.py +++ b/wxPython/demo/AUI_Notebook.py @@ -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. """ #---------------------------------------------------------------------- -- 2.47.2