]> git.saurik.com Git - wxWidgets.git/commitdiff
more release notes
authorRobin Dunn <robin@alldunn.com>
Thu, 7 Oct 1999 23:19:22 +0000 (23:19 +0000)
committerRobin Dunn <robin@alldunn.com>
Thu, 7 Oct 1999 23:19:22 +0000 (23:19 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

utils/wxPython/README.txt

index c6a2290cdfb10b809bfbc9a52c7fb6afa2bb5df4..3a6496698b610d0713e198763fd9c1239c9ad7b7 100644 (file)
@@ -170,7 +170,9 @@ shell.py is an interesting implementaion of an interactive Python
 shell in wxWindows.  floatbar.py has a class derived from wxTooBar
 that can sense mouse drags and then reparent itself into another
 frame. Moving the new frame close to where it came from puts the tool
 shell in wxWindows.  floatbar.py has a class derived from wxTooBar
 that can sense mouse drags and then reparent itself into another
 frame. Moving the new frame close to where it came from puts the tool
-bar back into the original parent.
+bar back into the original parent.  (Unfortunately there is currently
+a bug in wxGTK's wxFrame.SetToolBar so the FloatBar has some
+problems...)