projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
aui notebook pages can be moved around
[wxWidgets.git]
/
wxPython
/
demo
/
MDIDemo.py
diff --git
a/wxPython/demo/MDIDemo.py
b/wxPython/demo/MDIDemo.py
index 6f65a039ff32ce63c39eb6d25cd1d6d35ed58086..43a1d170df48659adc901d58e3affd711a301c44 100644
(file)
--- a/
wxPython/demo/MDIDemo.py
+++ b/
wxPython/demo/MDIDemo.py
@@
-66,7
+66,7
@@
class MyParentFrame(wx.MDIParentFrame):
y = 0
while y < sz.height:
- dc.DrawBitmap(self.bg_bmp,
(x, y)
)
+ dc.DrawBitmap(self.bg_bmp,
x, y
)
y = y + h
x = x + w