move default button handling code from wxControlContainer to wxTLW (patch 1524441)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43595 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -73,7 +73,7 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
%pythonAppend _setOORInfo "args[0].thisown = 0";
|
||||
%pythonAppend _setOORInfo "args[0].this.own(False)";
|
||||
%extend {
|
||||
void _setOORInfo(PyObject* _self, bool incref=true) {
|
||||
if (_self && _self != Py_None) {
|
||||
|
Reference in New Issue
Block a user