1 # This file was created automatically by SWIG.
4 def __init__(self
,this
):
9 utilsc
.delete_wxConfig(self
.this
)
10 def DontCreateOnDemand(self
):
11 val
= utilsc
.wxConfig_DontCreateOnDemand(self
.this
)
13 def DeleteEntry(self
,arg0
,*args
):
14 val
= apply(utilsc
.wxConfig_DeleteEntry
,(self
.this
,arg0
,)+args
)
16 def DeleteGroup(self
,arg0
):
17 val
= utilsc
.wxConfig_DeleteGroup(self
.this
,arg0
)
19 def Exists(self
,arg0
):
20 val
= utilsc
.wxConfig_Exists(self
.this
,arg0
)
22 def Flush(self
,*args
):
23 val
= apply(utilsc
.wxConfig_Flush
,(self
.this
,)+args
)
26 val
= utilsc
.wxConfig_GetAppName(self
.this
)
28 def GetFirstGroup(self
):
29 val
= utilsc
.wxConfig_GetFirstGroup(self
.this
)
31 def GetFirstEntry(self
):
32 val
= utilsc
.wxConfig_GetFirstEntry(self
.this
)
34 def GetNextGroup(self
,arg0
):
35 val
= utilsc
.wxConfig_GetNextGroup(self
.this
,arg0
)
37 def GetNextEntry(self
,arg0
):
38 val
= utilsc
.wxConfig_GetNextEntry(self
.this
,arg0
)
40 def GetNumberOfEntries(self
,*args
):
41 val
= apply(utilsc
.wxConfig_GetNumberOfEntries
,(self
.this
,)+args
)
43 def GetNumberOfGroups(self
,*args
):
44 val
= apply(utilsc
.wxConfig_GetNumberOfGroups
,(self
.this
,)+args
)
47 val
= utilsc
.wxConfig_GetPath(self
.this
)
49 def GetVendorName(self
):
50 val
= utilsc
.wxConfig_GetVendorName(self
.this
)
52 def HasEntry(self
,arg0
):
53 val
= utilsc
.wxConfig_HasEntry(self
.this
,arg0
)
55 def HasGroup(self
,arg0
):
56 val
= utilsc
.wxConfig_HasGroup(self
.this
,arg0
)
58 def IsExpandingEnvVars(self
):
59 val
= utilsc
.wxConfig_IsExpandingEnvVars(self
.this
)
61 def IsRecordingDefaults(self
):
62 val
= utilsc
.wxConfig_IsRecordingDefaults(self
.this
)
64 def Read(self
,arg0
,*args
):
65 val
= apply(utilsc
.wxConfig_Read
,(self
.this
,arg0
,)+args
)
67 def ReadInt(self
,arg0
,*args
):
68 val
= apply(utilsc
.wxConfig_ReadInt
,(self
.this
,arg0
,)+args
)
70 def ReadFloat(self
,arg0
,*args
):
71 val
= apply(utilsc
.wxConfig_ReadFloat
,(self
.this
,arg0
,)+args
)
73 def SetAppName(self
,arg0
):
74 val
= utilsc
.wxConfig_SetAppName(self
.this
,arg0
)
76 def SetExpandEnvVars(self
,*args
):
77 val
= apply(utilsc
.wxConfig_SetExpandEnvVars
,(self
.this
,)+args
)
79 def SetPath(self
,arg0
):
80 val
= utilsc
.wxConfig_SetPath(self
.this
,arg0
)
82 def SetRecordDefaults(self
,*args
):
83 val
= apply(utilsc
.wxConfig_SetRecordDefaults
,(self
.this
,)+args
)
85 def SetVendorName(self
,arg0
):
86 val
= utilsc
.wxConfig_SetVendorName(self
.this
,arg0
)
88 def Write(self
,arg0
,arg1
):
89 val
= utilsc
.wxConfig_Write(self
.this
,arg0
,arg1
)
91 def WriteInt(self
,arg0
,arg1
):
92 val
= utilsc
.wxConfig_WriteInt(self
.this
,arg0
,arg1
)
94 def WriteFloat(self
,arg0
,arg1
):
95 val
= utilsc
.wxConfig_WriteFloat(self
.this
,arg0
,arg1
)
98 return "<C wxConfig instance>"
99 class wxConfig(wxConfigPtr
):
100 def __init__(self
,*args
) :
101 self
.this
= apply(utilsc
.new_wxConfig
,()+args
)
109 #-------------- FUNCTION WRAPPERS ------------------
113 #-------------- VARIABLE WRAPPERS ------------------