From: Robin Dunn Date: Thu, 7 Oct 1999 23:19:22 +0000 (+0000) Subject: more release notes X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fbfe0e6a888b42f49fd18524f3d5c2239dc6a486 more release notes git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3887 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/README.txt b/utils/wxPython/README.txt index c6a2290cdf..3a6496698b 100644 --- a/utils/wxPython/README.txt +++ b/utils/wxPython/README.txt @@ -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 -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...)