X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/105e45b9d02d7e9ed10923957ae1ce60c037273d..9f06bcb3b8aea7aa709754a217c26e94fe2d5954:/utils/wxPython/src/gtk/utils.py diff --git a/utils/wxPython/src/gtk/utils.py b/utils/wxPython/src/gtk/utils.py index 3128077d1a..c37f637d95 100644 --- a/utils/wxPython/src/gtk/utils.py +++ b/utils/wxPython/src/gtk/utils.py @@ -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