Added the wx.lib.buttonpanel module, which is a tweaked version of

Andrea Gavana's FancyButtonPanel module.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41605 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-10-03 21:23:17 +00:00
parent 85dc49dc6c
commit 66dae888d1
10 changed files with 1054 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ _treeList = [
## 'AlphaDrawing',
'DelayedResult',
'ExpandoTextCtrl',
'ButtonPanel',
]),
# managed windows == things with a (optional) caption you can close
@@ -146,6 +147,7 @@ _treeList = [
('Custom Controls', [
'AnalogClock',
'ButtonPanel',
'ColourSelect',
'ComboTreeBox',
'Editor',