reSWIGged

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2006-11-05 22:07:02 +00:00
parent edd13c9d8a
commit f89238b9fe
18 changed files with 372 additions and 396 deletions

View File

@@ -3758,18 +3758,6 @@ class EvtHandler(Object):
"""ProcessPendingEvents(self)"""
return _core_.EvtHandler_ProcessPendingEvents(*args, **kwargs)
def AllowReentrance(*args, **kwargs):
"""AllowReentrance(self, bool allow=True)"""
return _core_.EvtHandler_AllowReentrance(*args, **kwargs)
def IsReentranceAllowed(*args, **kwargs):
"""IsReentranceAllowed(self) -> bool"""
return _core_.EvtHandler_IsReentranceAllowed(*args, **kwargs)
def IsEventHandlingInProgress(*args, **kwargs):
"""IsEventHandlingInProgress(self) -> bool"""
return _core_.EvtHandler_IsEventHandlingInProgress(*args, **kwargs)
def Connect(*args, **kwargs):
"""Connect(self, int id, int lastId, int eventType, PyObject func)"""
return _core_.EvtHandler_Connect(*args, **kwargs)