]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/controls.py
incremented wxPython version number
[wxWidgets.git] / utils / wxPython / src / msw / controls.py
index 51520b42f481275e6f36edc4b33c2f50fc043086..6a10d4ced2551e1059819e0b5ad92496071a02d7 100644 (file)
@@ -352,6 +352,9 @@ class wxListBoxPtr(wxControlPtr):
     def GetSelections(self, *_args, **_kwargs):
         val = apply(controlsc.wxListBox_GetSelections,(self,) + _args, _kwargs)
         return val
+    def InsertItems(self, *_args, **_kwargs):
+        val = apply(controlsc.wxListBox_InsertItems,(self,) + _args, _kwargs)
+        return val
     def GetString(self, *_args, **_kwargs):
         val = apply(controlsc.wxListBox_GetString,(self,) + _args, _kwargs)
         return val
@@ -773,3 +776,5 @@ class wxSlider(wxSliderPtr):
 
 #-------------- VARIABLE WRAPPERS ------------------
 
+cvar = controlsc.cvar
+wxDefaultValidator = wxValidatorPtr(controlsc.cvar.wxDefaultValidator)