projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added style parameter to wxPopupWindow ctors so they match the Create method.
[wxWidgets.git]
/
wxPython
/
demo
/
Sizers.py
diff --git
a/wxPython/demo/Sizers.py
b/wxPython/demo/Sizers.py
index c200aa1fbf723ade8b02a4868e89f718eb873cd3..8278bd0db45ddb0d1c9cfda0f5d6403a62133cd7 100644
(file)
--- a/
wxPython/demo/Sizers.py
+++ b/
wxPython/demo/Sizers.py
@@
-553,7
+553,7
@@
if __name__ == '__main__':
class MainFrame(wxFrame):
def __init__(self):
class MainFrame(wxFrame):
def __init__(self):
- wxFrame.__init__(self, N
ULL
, -1, "Testing...")
+ wxFrame.__init__(self, N
one
, -1, "Testing...")
self.CreateStatusBar()
mainmenu = wxMenuBar()
self.CreateStatusBar()
mainmenu = wxMenuBar()