]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls2.py
changed charset to iso8859-2
[wxWidgets.git] / wxPython / src / msw / controls2.py
index 66a0e5ea88e95e6c371bd6e8bea2fdcc74b8e698..b550f38f9e3def99a42457a75bf527b258270824 100644 (file)
@@ -621,6 +621,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