]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls2.py
Removed deprecation warnings in OGL and Gizmos
[wxWidgets.git] / wxPython / src / gtk / controls2.py
index f9e9a505f4a0b44fb979bf84ebad4fc8cd62500f..f46d4b0da164cbf47e31227276315e6403113317 100644 (file)
@@ -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 "<C wxTreeEvent instance at %s>" % (self.this,)
     GetCode = GetKeyCode