projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
netutils code is MSW-only
[wxWidgets.git]
/
wxPython
/
demo
/
DialogUnits.py
diff --git
a/wxPython/demo/DialogUnits.py
b/wxPython/demo/DialogUnits.py
index 7f369dd40ffcbe3692a0eec00a6e4001235d0a40..78974eb67625e6b46da2be9f4b931bd6dbcc3607 100644
(file)
--- a/
wxPython/demo/DialogUnits.py
+++ b/
wxPython/demo/DialogUnits.py
@@
-87,14
+87,14
@@
if __name__ == "__main__":
def OnInit(self):
# Create an instance of our customized Frame class
def OnInit(self):
# Create an instance of our customized Frame class
- frame = MyFrame(N
ULL
, -1, "This is a test")
- frame.Show(
t
rue)
+ frame = MyFrame(N
one
, -1, "This is a test")
+ frame.Show(
T
rue)
# Tell wxWindows that this is our main window
self.SetTopWindow(frame)
# Return a success flag
# Tell wxWindows that this is our main window
self.SetTopWindow(frame)
# Return a success flag
- return
t
rue
+ return
T
rue
app = MyApp(0) # Create an instance of the application class
app = MyApp(0) # Create an instance of the application class
@@
-107,7
+107,7
@@
if __name__ == "__main__":
def runTest(frame, nb, log):
win = MyFrame(frame, -1, "This is a test")
frame.otherWin = win
def runTest(frame, nb, log):
win = MyFrame(frame, -1, "This is a test")
frame.otherWin = win
- win.Show(
t
rue)
+ win.Show(
T
rue)
overview = """\
overview = """\