projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
update to make digitalmars compile/link image sample
[wxWidgets.git]
/
wxPython
/
demo
/
wxLayoutConstraints.py
diff --git
a/wxPython/demo/wxLayoutConstraints.py
b/wxPython/demo/wxLayoutConstraints.py
index 8e63a12af2856436cdf4f6d3de51e2d485353c41..4ffa033924320edb4dbca493d69d1330141e2974 100644
(file)
--- a/
wxPython/demo/wxLayoutConstraints.py
+++ b/
wxPython/demo/wxLayoutConstraints.py
@@
-6,7
+6,7
@@
from wxPython.wx import *
class TestLayoutConstraints(wxPanel):
def __init__(self, parent):
wxPanel.__init__(self, parent, -1)
class TestLayoutConstraints(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.SetBackgroundColour(wxNamedColour("MEDIUM ORCHID"))
EVT_BUTTON(self, 100, self.OnButton)
self.SetBackgroundColour(wxNamedColour("MEDIUM ORCHID"))