OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dlgName
(Results
1 - 2
of
2
) sorted by null
/external/sonivox/jet_tools/JetCreator/
JetDefs.py
35
def CreateHelpIniForDialog(self,
dlgName
):
37
print("\n" +
dlgName
)
38
lst = getattr(self,
dlgName
)
43
if u.IniGetValue(self.JETCREATOR_HLP,
dlgName
, fld) == "":
44
u.IniSetValue(self.JETCREATOR_HLP,
dlgName
, fld, "")
JetUtils.py
472
def GetJetHelpText(
dlgName
, fld):
474
return IniGetValue(JetDefs.JETCREATOR_HLP,
dlgName
, fld)
Completed in 588 milliseconds