]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
Added VC++ project files for remaining Gizmo samples
[wxWidgets.git] / wxPython / src / mac / controls.py
index 2e9b19b6d4df159e06b5abd7d699ed402cb38300..e8af318e33e9b8b977d9070ffd4a311831e69c9b 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