Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++

wxFoldPanelBar classes to Python.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33207 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2005-03-30 22:58:23 +00:00
parent d3397f6a15
commit 42f5333f80
4 changed files with 2789 additions and 4 deletions

View File

@@ -34,6 +34,21 @@ end of dragging and not after each CHANGING event (modified patch
wx.glcanvas.GLCanvas: applied patch fixing problems with X server
crash when using nVidia cards (patch 1155132)
wx.lib.mixins.listctrl: Patches from Toni Brkic:
* Bugfix for TextEditMixin when the view can't be scrolled
* Enhancement for ListCtrlAutoWidthMixin, allowing it to manage
the width of any column.
wxMac: removal and reusing toolbar tools like the other platforms is
now possible.
wxMac: Correct radio tool selection after calling Realize a 2nd time.
wxMSW: Applied patch #1166587, removes all flicker from wx.StaticBox
Added wx.lib.foldpanelbar, Andrea Gavana's port of Jorgen Bodde's C++
wxFoldPanelBar classes to Python.