]> git.saurik.com Git - wxWidgets.git/blobdiff - utils/wxPython/src/msw/utils.py
Added wxWindow_FromHWND(hWnd) for wxMSW to construct a wxWindow from a
[wxWidgets.git] / utils / wxPython / src / msw / utils.py
index 3128077d1ada95555d06a046d81e529849b36afa..c37f637d95b786d206d1adfce397363fc1ab388b 100644 (file)
@@ -10,6 +10,9 @@ class wxConfigPtr :
     def DontCreateOnDemand(self):
         val = utilsc.wxConfig_DontCreateOnDemand(self.this)
         return val
+    def DeleteAll(self):
+        val = utilsc.wxConfig_DeleteAll(self.this)
+        return val
     def DeleteEntry(self,arg0,*args):
         val = apply(utilsc.wxConfig_DeleteEntry,(self.this,arg0,)+args)
         return val