projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix for longlongHash for architectures where sizeof(long long) == sizeof(long)
[wxWidgets.git]
/
wxPython
/
demo
/
ShapedWindow.py
diff --git
a/wxPython/demo/ShapedWindow.py
b/wxPython/demo/ShapedWindow.py
index 26361a7d12b80e0de3d62c5adba0cfd9c48c3ed4..19638f342d5b341e3884850954201b59e922c88c 100644
(file)
--- a/
wxPython/demo/ShapedWindow.py
+++ b/
wxPython/demo/ShapedWindow.py
@@
-25,7
+25,7
@@
class TestFrame(wx.Frame):
self.Bind(wx.EVT_RIGHT_UP, self.OnExit)
self.Bind(wx.EVT_PAINT, self.OnPaint)
- self.bmp = images.get
Tux
Bitmap()
+ self.bmp = images.get
Vippi
Bitmap()
w, h = self.bmp.GetWidth(), self.bmp.GetHeight()
self.SetClientSize( (w, h) )