PCH build fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43596 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3769,7 +3769,7 @@ class EvtHandler(Object):
|
|||||||
def _setOORInfo(*args, **kwargs):
|
def _setOORInfo(*args, **kwargs):
|
||||||
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
||||||
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
||||||
args[0].thisown = 0
|
args[0].this.own(False)
|
||||||
return val
|
return val
|
||||||
|
|
||||||
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
||||||
|
@@ -1277,7 +1277,7 @@ class Timer(_core.EvtHandler):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
||||||
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
||||||
self._setOORInfo(self, 0);Timer._setCallbackInfo(self, self, Timer)
|
self._setOORInfo(self,0); self.this.own(True); Timer._setCallbackInfo(self, self, Timer)
|
||||||
|
|
||||||
__swig_destroy__ = _misc_.delete_Timer
|
__swig_destroy__ = _misc_.delete_Timer
|
||||||
__del__ = lambda self : None;
|
__del__ = lambda self : None;
|
||||||
|
@@ -3017,6 +3017,12 @@ wxPyTimer::wxPyTimer(wxEvtHandler *owner, int id)
|
|||||||
SetOwner(this);
|
SetOwner(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxPyTimer::~wxPyTimer()
|
||||||
|
{
|
||||||
|
// printf("-=* ~wxPyTimer\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SWIGINTERN swig_type_info*
|
SWIGINTERN swig_type_info*
|
||||||
SWIG_pchar_descriptor()
|
SWIG_pchar_descriptor()
|
||||||
|
@@ -3769,7 +3769,7 @@ class EvtHandler(Object):
|
|||||||
def _setOORInfo(*args, **kwargs):
|
def _setOORInfo(*args, **kwargs):
|
||||||
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
||||||
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
||||||
args[0].thisown = 0
|
args[0].this.own(False)
|
||||||
return val
|
return val
|
||||||
|
|
||||||
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
||||||
|
@@ -1277,7 +1277,7 @@ class Timer(_core.EvtHandler):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
||||||
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
||||||
self._setOORInfo(self, 0);Timer._setCallbackInfo(self, self, Timer)
|
self._setOORInfo(self,0); self.this.own(True); Timer._setCallbackInfo(self, self, Timer)
|
||||||
|
|
||||||
__swig_destroy__ = _misc_.delete_Timer
|
__swig_destroy__ = _misc_.delete_Timer
|
||||||
__del__ = lambda self : None;
|
__del__ = lambda self : None;
|
||||||
|
@@ -3011,6 +3011,12 @@ wxPyTimer::wxPyTimer(wxEvtHandler *owner, int id)
|
|||||||
SetOwner(this);
|
SetOwner(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxPyTimer::~wxPyTimer()
|
||||||
|
{
|
||||||
|
// printf("-=* ~wxPyTimer\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SWIGINTERN swig_type_info*
|
SWIGINTERN swig_type_info*
|
||||||
SWIG_pchar_descriptor()
|
SWIG_pchar_descriptor()
|
||||||
|
@@ -3769,7 +3769,7 @@ class EvtHandler(Object):
|
|||||||
def _setOORInfo(*args, **kwargs):
|
def _setOORInfo(*args, **kwargs):
|
||||||
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
"""_setOORInfo(self, PyObject _self, bool incref=True)"""
|
||||||
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
val = _core_.EvtHandler__setOORInfo(*args, **kwargs)
|
||||||
args[0].thisown = 0
|
args[0].this.own(False)
|
||||||
return val
|
return val
|
||||||
|
|
||||||
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
def Bind(self, event, handler, source=None, id=wx.ID_ANY, id2=wx.ID_ANY):
|
||||||
|
@@ -1277,7 +1277,7 @@ class Timer(_core.EvtHandler):
|
|||||||
def __init__(self, *args, **kwargs):
|
def __init__(self, *args, **kwargs):
|
||||||
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
"""__init__(self, EvtHandler owner=None, int id=ID_ANY) -> Timer"""
|
||||||
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
_misc_.Timer_swiginit(self,_misc_.new_Timer(*args, **kwargs))
|
||||||
self._setOORInfo(self, 0);Timer._setCallbackInfo(self, self, Timer)
|
self._setOORInfo(self,0); self.this.own(True); Timer._setCallbackInfo(self, self, Timer)
|
||||||
|
|
||||||
__swig_destroy__ = _misc_.delete_Timer
|
__swig_destroy__ = _misc_.delete_Timer
|
||||||
__del__ = lambda self : None;
|
__del__ = lambda self : None;
|
||||||
|
@@ -3011,6 +3011,12 @@ wxPyTimer::wxPyTimer(wxEvtHandler *owner, int id)
|
|||||||
SetOwner(this);
|
SetOwner(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
wxPyTimer::~wxPyTimer()
|
||||||
|
{
|
||||||
|
// printf("-=* ~wxPyTimer\n");
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
SWIGINTERN swig_type_info*
|
SWIGINTERN swig_type_info*
|
||||||
SWIG_pchar_descriptor()
|
SWIG_pchar_descriptor()
|
||||||
|
Reference in New Issue
Block a user