projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
added htlbox to samples
[wxWidgets.git]
/
wxPython
/
demo
/
Layoutf.py
diff --git
a/wxPython/demo/Layoutf.py
b/wxPython/demo/Layoutf.py
index e5809b60c5459c4f84cfa20972a0e913513e569c..cde4ad405fb0456b6beebf6004f8a1b6fdd88cb2 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)
- self.SetAutoLayout(
t
rue)
+ self.SetAutoLayout(
T
rue)
EVT_BUTTON(self, 100, self.OnButton)
self.panelA = wxWindow(self, -1, wxPyDefaultPosition, wxPyDefaultSize, wxSIMPLE_BORDER)