]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/controls2.i
Allow compiling when _WIN32_IE < 0x300
[wxWidgets.git] / wxPython / src / controls2.i
index 31acadfa5ecacde7cb1b8a04cace9910908ff055..92c8fe6010456466e5dc2fbdc93d7e9232b9e0d1 100644 (file)
@@ -449,9 +449,9 @@ public:
             else
                 return NULL;
         }
-    }  // The OOR typemaps don't know what to do with the %new, so fix it up.
+    } // The OOR typemaps don't know what to do with the %new, so fix it up.
     %pragma(python) addtoclass = "
-    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
@@ -492,7 +492,7 @@ public:
     %pragma(python) addtoclass = "
     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
     "