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

@@ -91,6 +91,11 @@ command_lines = [
"-a -u -n _rt_undo bmp_source/rt_undo.xpm images.py",
"-a -u -n _rt_zebra bmp_source/rt_zebra.xpm images.py",
"-a -u -n _bp_btn1 bmp_source/bp_btn1.png images.py",
"-a -u -n _bp_btn2 bmp_source/bp_btn2.png images.py",
"-a -u -n _bp_btn3 bmp_source/bp_btn3.png images.py",
"-a -u -n _bp_btn4 bmp_source/bp_btn4.png images.py",
" -u -c bmp_source/001.png throbImages.py",
"-a -u -c bmp_source/002.png throbImages.py",
"-a -u -c bmp_source/003.png throbImages.py",