]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls2.py
Use the iconIndex in the default case too.
[wxWidgets.git] / wxPython / src / gtk / controls2.py
index 78042cd466d3c4e0b46f4ab878dc43afad108fce..f9e9a505f4a0b44fb979bf84ebad4fc8cd62500f 100644 (file)
@@ -626,6 +626,9 @@ class wxListCtrlPtr(wxControlPtr):
     def SortItems(self, *_args, **_kwargs):
         val = apply(controls2c.wxListCtrl_SortItems,(self,) + _args, _kwargs)
         return val
+    def GetMainWindow(self, *_args, **_kwargs):
+        val = apply(controls2c.wxListCtrl_GetMainWindow,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxListCtrl instance at %s>" % (self.this,)