X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4a692286ca6d3a2ae3950b9646c083fec57ded32..01f6b6d3c8c719123fd435aabb45fb9b2bbf79ff:/wxPython/src/gtk/_misc.py?ds=sidebyside diff --git a/wxPython/src/gtk/_misc.py b/wxPython/src/gtk/_misc.py index 802f891da9..92e1592df1 100644 --- a/wxPython/src/gtk/_misc.py +++ b/wxPython/src/gtk/_misc.py @@ -908,6 +908,7 @@ class BusyInfo(_core.Object): _misc_.BusyInfo_swiginit(self,_misc_.new_BusyInfo(*args, **kwargs)) __swig_destroy__ = _misc_.delete_BusyInfo __del__ = lambda self : None; + def Destroy(self): pass BusyInfo_swigregister = _misc_.BusyInfo_swigregister BusyInfo_swigregister(BusyInfo)