]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wx/py/wxd/Config.py
   1 """Decorator classes for documentation and shell scripting. 
   4 __author__ 
= "Patrick K. O'Brien <pobrien@orbtech.com>" 
   6 __revision__ 
= "$Revision$"[11:-2] 
   9 # These are not the real wxPython classes. These are Python versions 
  10 # for documentation purposes. They are also used to apply docstrings 
  11 # to the real wxPython classes, which are SWIG-generated wrappers for 
  15 import Parameters 
as wx
 
  25     def DeleteEntry(self
): 
  29     def DeleteGroup(self
): 
  37     def ExpandEnvVars(self
): 
  49     def GetEntryType(self
): 
  53     def GetFirstEntry(self
): 
  57     def GetFirstGroup(self
): 
  61     def GetNextEntry(self
): 
  65     def GetNextGroup(self
): 
  69     def GetNumberOfEntries(self
): 
  73     def GetNumberOfGroups(self
): 
  85     def GetVendorName(self
): 
  97     def IsExpandingEnvVars(self
): 
 101     def IsRecordingDefaults(self
): 
 121     def RenameEntry(self
): 
 125     def RenameGroup(self
): 
 129     def SetAppName(self
): 
 133     def SetExpandEnvVars(self
): 
 141     def SetRecordDefaults(self
): 
 149     def SetVendorName(self
): 
 161     def WriteFloat(self
): 
 178 class Config(ConfigBase
): 
 190 class FileConfig(ConfigBase
):