FoldPanelBar

(31-Mar-2005)

FoldPanelBar is a Python class that uses wxPython GUI front-end. It has been integrated into the standard wxPython library distribution since version 2.5.5.1, dated 8 April 2005.

This class simulate, in some way, the behavior of the “foldable” menus in Windows XP, that you can easy find at the left by opening Explorer.


Note: The original idea comes from Jorgen Bodde, that has written the C++ code for the wxWidgets library. I have simply translated the code into pure Python implementation.

Download FoldPanelBar

Download FoldPanelBarDoc

Python Files And Help