From: Robin Dunn Date: Wed, 2 Feb 2000 22:43:22 +0000 (+0000) Subject: more change documentation X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/fe366bc940f891303857dc2ff34c9fae7a3aded2?ds=inline more change documentation git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5817 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/utils/wxPython/CHANGES.txt b/utils/wxPython/CHANGES.txt index 643aee9e71..8325bbb744 100644 --- a/utils/wxPython/CHANGES.txt +++ b/utils/wxPython/CHANGES.txt @@ -80,6 +80,10 @@ package. Changed all the "LIST" parameter names to "choices" to match the docs. +More fixes for the wxFloatBar, and it now works on wxGTK even better +than wxMSW! (The feat is accomplished by using the wxTB_DOCKABLE +style flag instead of trying to float it ourselves.) +