]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls2.py
SWIGged changes for wxMac
[wxWidgets.git] / wxPython / src / msw / controls2.py
index 4e0d8638e8f0a0d94b7bc22f9389035cf1b7f0b7..fe8aade9d1fff4da05291f280439e697b7c9a8e3 100644 (file)
@@ -637,7 +637,7 @@ class wxListCtrlPtr(wxControlPtr):
     def __repr__(self):
         return "<C wxListCtrl instance at %s>" % (self.this,)
     
-    def GetItem(self, *_args, **_kwargs):
+    def GetColumn(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_GetColumn,(self,) + _args, _kwargs)
         if val is not None: val.thisown = 1
         return val
@@ -645,7 +645,7 @@ class wxListCtrlPtr(wxControlPtr):
     
     def GetItem(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_GetItem,(self,) + _args, _kwargs)
-        val.thisown = 1
+        if val is not None: val.thisown = 1
         return val