projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3c29a62
)
Use PostCreate
author
Robin Dunn
<robin@alldunn.com>
Thu, 22 Apr 2004 22:57:50 +0000
(22:57 +0000)
committer
Robin Dunn
<robin@alldunn.com>
Thu, 22 Apr 2004 22:57:50 +0000
(22:57 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26930
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
wxPython/demo/Dialog.py
patch
|
blob
|
blame
|
history
diff --git
a/wxPython/demo/Dialog.py
b/wxPython/demo/Dialog.py
index 5d5b8f0928c872c316693673d6dd24792942b627..d541467e68627a503a1a9f68058ac7fc8c4623bf 100644
(file)
--- a/
wxPython/demo/Dialog.py
+++ b/
wxPython/demo/Dialog.py
@@
-26,7
+26,7
@@
class TestDialog(wx.Dialog):
# This next step is the most important, it turns this Python
# object into the real wrapper of the dialog (instead of pre)
# as far as the wxPython extension is concerned.
- self.
this = pre.this
+ self.
PostCreate(pre)
# Now continue with the normal construction of the dialog
# contents