projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed some obsolete distribution files
[wxWidgets.git]
/
wxPython
/
demo
/
Layoutf.py
diff --git
a/wxPython/demo/Layoutf.py
b/wxPython/demo/Layoutf.py
index e5809b60c5459c4f84cfa20972a0e913513e569c..b92faffedab377b1fe8ef5575bb9ce890ca315be 100644
(file)
--- a/
wxPython/demo/Layoutf.py
+++ b/
wxPython/demo/Layoutf.py
@@
-8,7
+8,7
@@
class TestLayoutf(wxPanel):
def __init__(self, parent):
wxPanel.__init__(self, parent, -1)
def __init__(self, parent):
wxPanel.__init__(self, parent, -1)
- self.SetAutoLayout(
t
rue)
+ self.SetAutoLayout(
T
rue)
EVT_BUTTON(self, 100, self.OnButton)
self.panelA = wxWindow(self, -1, wxPyDefaultPosition, wxPyDefaultSize, wxSIMPLE_BORDER)
EVT_BUTTON(self, 100, self.OnButton)
self.panelA = wxWindow(self, -1, wxPyDefaultPosition, wxPyDefaultSize, wxSIMPLE_BORDER)
@@
-60,3
+60,12
@@
def runTest(frame, nb, log):
overview = Layoutf.__doc__
overview = Layoutf.__doc__
+
+
+
+
+if __name__ == '__main__':
+ import sys,os
+ import run
+ run.main(['', os.path.basename(sys.argv[0])])
+