]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/gtk/controls.py
added wxArtProvider technote
[wxWidgets.git] / wxPython / src / gtk / controls.py
index 2ffe4c41e1b4515b8f5eae3c569e4834ce99dab5..5b44cda96aab929a298dfee9b65e3bd2f35bb4ab 100644 (file)
@@ -7,6 +7,8 @@ from windows import *
 
 from gdi import *
 
+from fonts import *
+
 from clip_dnd import *
 
 from events import *
@@ -81,6 +83,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