projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Correctly calculate ClientSize when using native
[wxWidgets.git]
/
wxPython
/
demo
/
EditableListBox.py
diff --git
a/wxPython/demo/EditableListBox.py
b/wxPython/demo/EditableListBox.py
index 6d10604a54aa099f95ad9cd7fedba27a1139a0a9..55de3b6980c72506718722dc91f191c2baa36d4e 100644
(file)
--- a/
wxPython/demo/EditableListBox.py
+++ b/
wxPython/demo/EditableListBox.py
@@
-1,8
+1,3
@@
-# 11/17/2003 - Jeff Grimmett (grimmtooth@softhome.net)
-#
-# o Updated for wx namespace
-# o Added overview text based on source code delving.
-#
import wx
import wx.gizmos as gizmos
import wx
import wx.gizmos as gizmos
@@
-98,5
+93,5
@@
a list of strings.
if __name__ == '__main__':
import sys,os
import run
if __name__ == '__main__':
import sys,os
import run
- run.main(['', os.path.basename(sys.argv[0])])
+ run.main(['', os.path.basename(sys.argv[0])]
+ sys.argv[1:]
)