projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
updated samples/html/widget to avoid confusion
[wxWidgets.git]
/
wxPython
/
demo
/
demoMainLoop.py
diff --git
a/wxPython/demo/demoMainLoop.py
b/wxPython/demo/demoMainLoop.py
index e671c5c1799fb29f432d3ad9e860b9c0f8d30717..78952b464d84d70b3bf473f7f83d10bff99f50eb 100755
(executable)
--- a/
wxPython/demo/demoMainLoop.py
+++ b/
wxPython/demo/demoMainLoop.py
@@
-90,7
+90,7
@@
class MyApp(wxApp):
# This inner loop will process any GUI events until there
# are no more waiting.
# This inner loop will process any GUI events until there
# are no more waiting.
-
while self.Pending():
+ while self.Pending():
self.Dispatch()
# Send idle events to idle handlers. You may want to throtle
self.Dispatch()
# Send idle events to idle handlers. You may want to throtle
@@
-103,7
+103,7
@@
class MyApp(wxApp):
def OnInit(self):
def OnInit(self):
- frame = MyFrame(N
ULL
, -1, "This is a test")
+ frame = MyFrame(N
one
, -1, "This is a test")
frame.Show(true)
self.SetTopWindow(frame)
frame.Show(true)
self.SetTopWindow(frame)