projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
A Unicode sample for wxPython
[wxWidgets.git]
/
wxPython
/
demo
/
wxButton.py
diff --git
a/wxPython/demo/wxButton.py
b/wxPython/demo/wxButton.py
index 2e9664e70ac1dfeb33caeab6d1aaeb934e20c67b..2c763d7f70b4178a7a4856c115cb7df4b5509880 100644
(file)
--- a/
wxPython/demo/wxButton.py
+++ b/
wxPython/demo/wxButton.py
@@
-29,10
+29,6
@@
class TestPanel(wxPanel):
wxSize(bmp.GetWidth()+10, bmp.GetHeight()+10))
EVT_BUTTON(self, 30, self.OnClick)
wxSize(bmp.GetWidth()+10, bmp.GetHeight()+10))
EVT_BUTTON(self, 30, self.OnClick)
- if wxUSE_UNICODE:
- label = unichr(21514) + unichr(26984) + unichr(8307) + unichr(29545)
- wxButton(self, -1, label+" (I have no idea what that says...)", (20, 150))
-
def OnClick(self, event):
self.log.WriteText("Click! (%d)\n" % event.GetId())
def OnClick(self, event):
self.log.WriteText("Click! (%d)\n" % event.GetId())