X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/21f8d7ea6b728d473045198304592b61c610e49a..0828c0875e1516e4bfc0aa5b0a84195a2ac92cca:/utils/wxPython/src/gtk/utils.py diff --git a/utils/wxPython/src/gtk/utils.py b/utils/wxPython/src/gtk/utils.py index c37f637d95..5d437af207 100644 --- a/utils/wxPython/src/gtk/utils.py +++ b/utils/wxPython/src/gtk/utils.py @@ -4,7 +4,7 @@ class wxConfigPtr : def __init__(self,this): self.this = this self.thisown = 0 - def __del__(self): + def __del__(self, utilsc=utilsc): if self.thisown == 1 : utilsc.delete_wxConfig(self.this) def DontCreateOnDemand(self): @@ -73,9 +73,6 @@ class wxConfigPtr : def ReadFloat(self,arg0,*args): val = apply(utilsc.wxConfig_ReadFloat,(self.this,arg0,)+args) return val - def SetAppName(self,arg0): - val = utilsc.wxConfig_SetAppName(self.this,arg0) - return val def SetExpandEnvVars(self,*args): val = apply(utilsc.wxConfig_SetExpandEnvVars,(self.this,)+args) return val @@ -85,9 +82,6 @@ class wxConfigPtr : def SetRecordDefaults(self,*args): val = apply(utilsc.wxConfig_SetRecordDefaults,(self.this,)+args) return val - def SetVendorName(self,arg0): - val = utilsc.wxConfig_SetVendorName(self.this,arg0) - return val def Write(self,arg0,arg1): val = utilsc.wxConfig_Write(self.this,arg0,arg1) return val