]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/_core.py
we don't need to subclass text control twice to implement support for WM_COPY/CUT...
[wxWidgets.git] / wxPython / src / mac / _core.py
index fe4aaa4a0d38ef85b827398b491c03499f29258d..489201d9032de38ef4211bca448ff8d5d572a736 100644 (file)
@@ -11036,13 +11036,14 @@ class MenuItem(Object):
     __repr__ = _swig_repr
     def __init__(self, *args, **kwargs): 
         """
-        __init__(self, Menu parentMenu=None, int id=ID_ANY, String text=EmptyString, 
+        __init__(self, Menu parentMenu=None, int id=ID_SEPARATOR, String text=EmptyString, 
             String help=EmptyString, int kind=ITEM_NORMAL, 
             Menu subMenu=None) -> MenuItem
         """
         _core_.MenuItem_swiginit(self,_core_.new_MenuItem(*args, **kwargs))
     __swig_destroy__ = _core_.delete_MenuItem
     __del__ = lambda self : None;
+    def Destroy(self): pass 
     def GetMenu(*args, **kwargs):
         """GetMenu(self) -> Menu"""
         return _core_.MenuItem_GetMenu(*args, **kwargs)