projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Changed all the wxASSERT(0) calls to use wxFAIL_MSG()
[wxWidgets.git]
/
wxPython
/
src
/
help.i
diff --git
a/wxPython/src/help.i
b/wxPython/src/help.i
index 66d3bf858fd61576ee71b2585c3dbabb64092de3..634058fd2c074a341ffe173e7aecfac5ee2acd7a 100644
(file)
--- a/
wxPython/src/help.i
+++ b/
wxPython/src/help.i
@@
-110,6
+110,7
@@
public:
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxDefaultSize,
long style = wxBU_AUTODRAW);
+ %pragma(python) addtomethod = "__init__:self._setOORInfo(self)"
};