projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Some more demo tweaks
[wxWidgets.git]
/
wxPython
/
demo
/
dllwidget
/
test_prog.py
diff --git
a/wxPython/demo/dllwidget/test_prog.py
b/wxPython/demo/dllwidget/test_prog.py
index 660b158c41a32af20a65c2e0e858d927c625543d..bd54f16cd20af9c9abebc2289e333e48c5f081ce 100644
(file)
--- a/
wxPython/demo/dllwidget/test_prog.py
+++ b/
wxPython/demo/dllwidget/test_prog.py
@@
-38,11
+38,11
@@
class TestFrame(wxFrame):
if dw.Ok():
# The embedded window is the one exported from the DLL
if dw.Ok():
# The embedded window is the one exported from the DLL
- print dw.Get
Embedded
Window().GetClassName()
+ print dw.Get
Widget
Window().GetClassName()
# This shows that we can give it a child from this side of things.
# You can also call any wxWindow methods on it too.
# This shows that we can give it a child from this side of things.
# You can also call any wxWindow methods on it too.
- wxStaticText(dw.Get
Embedded
Window(), -1,
+ wxStaticText(dw.Get
Widget
Window(), -1,
"Loaded from test_dll...", pos=(10,10))
else:
wxStaticText(dw, -1, "ERROR!!!!", pos=(20,20))
"Loaded from test_dll...", pos=(10,10))
else:
wxStaticText(dw, -1, "ERROR!!!!", pos=(20,20))