X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/383ea3d026de635d2b0bf4e61859d0f6e9808442..62ae2780a8049aa777ccb75e14fa395024c9d80c:/wxPython/src/mac/controls2.py diff --git a/wxPython/src/mac/controls2.py b/wxPython/src/mac/controls2.py index f9e9a505f4..f46d4b0da1 100644 --- a/wxPython/src/mac/controls2.py +++ b/wxPython/src/mac/controls2.py @@ -869,6 +869,9 @@ class wxTreeEventPtr(wxNotifyEventPtr): def GetLabel(self, *_args, **_kwargs): val = apply(controls2c.wxTreeEvent_GetLabel,(self,) + _args, _kwargs) return val + def IsEditCancelled(self, *_args, **_kwargs): + val = apply(controls2c.wxTreeEvent_IsEditCancelled,(self,) + _args, _kwargs) + return val def __repr__(self): return "" % (self.this,) GetCode = GetKeyCode