]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/controls.py
Made metal theme a little faster.
[wxWidgets.git] / wxPython / src / mac / controls.py
index 2e9b19b6d4df159e06b5abd7d699ed402cb38300..c109ede9334e08a1240104ed9dac13b2f6860c5c 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