X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/57ee4c3b3b14127e4d0b7880c5ca64c7dda92d37..b9ac87bc5cbe46227195e32c44e25831f8206e3c:/wxPython/src/gtk/controls2.py diff --git a/wxPython/src/gtk/controls2.py b/wxPython/src/gtk/controls2.py index f9e9a505f4..f46d4b0da1 100644 --- a/wxPython/src/gtk/controls2.py +++ b/wxPython/src/gtk/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