reSWIGged
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user