projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
some setup.h changes for wxMovieCtrl
[wxWidgets.git]
/
wxPython
/
demo
/
Listbook.py
diff --git
a/wxPython/demo/Listbook.py
b/wxPython/demo/Listbook.py
index cc3f2f77d956cc72e50bc28b7199ec8aa76c7826..995c25aa12e38c7711553c53efc18361f903b7b4 100644
(file)
--- a/
wxPython/demo/Listbook.py
+++ b/
wxPython/demo/Listbook.py
@@
-1,6
+1,4
@@
-import sys
-
import wx
import ColorPanel
import wx
import ColorPanel
@@
-38,7
+36,7
@@
class TestLB(wx.Listbook):
# make an image list using the BlomXX images
il = wx.ImageList(32, 32)
# make an image list using the BlomXX images
il = wx.ImageList(32, 32)
- for x in range(1, 1
5
):
+ for x in range(1, 1
6
):
f = getattr(images, 'getBlom%02dBitmap' % x)
bmp = f()
il.Add(bmp)
f = getattr(images, 'getBlom%02dBitmap' % x)
bmp = f()
il.Add(bmp)