]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls2.py
SIGged updates for wxMac
[wxWidgets.git] / wxPython / src / mac / controls2.py
index 94333ebefef1fc97dbcde03dc1fac34287afdee8..c23d04975b8db65814996d41726470b18ff68d85 100644 (file)
@@ -612,6 +612,12 @@ class wxListCtrlPtr(wxControlPtr):
     def __repr__(self):
         return "<C wxListCtrl instance at %s>" % (self.this,)
     
+    def GetItem(self, *_args, **_kwargs):
+        val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs)
+        if val is not None: val.thisown = 1
+        return val
+    
+    
     def GetItem(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs)
         val.thisown = 1