]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/msw/controls.py
don't inherit the controls colours from the parent - at least for the background...
[wxWidgets.git] / wxPython / src / msw / controls.py
index fc97236349ae54da010dc4a91853df995f4ed631..2e769952d82ef91fb7b92a02c00aa1168d6d8782 100644 (file)
@@ -81,6 +81,9 @@ class wxControlWithItemsPtr(wxControlPtr):
     def SetClientData(self, *_args, **_kwargs):
         val = apply(controlsc.wxControlWithItems_SetClientData,(self,) + _args, _kwargs)
         return val
+    def AppendItems(self, *_args, **_kwargs):
+        val = apply(controlsc.wxControlWithItems_AppendItems,(self,) + _args, _kwargs)
+        return val
     def __repr__(self):
         return "<C wxControlWithItems instance at %s>" % (self.this,)
     Number = GetCount