]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls2.py
makefile important for setting the correct creator of the app
[wxWidgets.git] / wxPython / src / msw / controls2.py
index 6ef53ea460029f65de227def0bfdc831caf8edc9..b3eeec1c2fcf1a3891a478ad995843cde5f252c2 100644 (file)
@@ -878,6 +878,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