Lines Matching full:self
26 def CreateHelpIniFile(self):
28 self.CreateHelpIniForDialog("SEGDLG_CTRLS")
29 self.CreateHelpIniForDialog("EVTDLG_CTRLS")
30 self.CreateHelpIniForDialog("PREFERENCES_CTRLS")
31 self.CreateHelpIniForDialog("JET_PROPERTIES_CTRLS")
32 self.CreateHelpIniForDialog("REPLICATE_CTRLS")
33 self.CreateHelpIniForDialog("MOVE_CTRLS")
35 def CreateHelpIniForDialog(self, dlgName):
38 lst = getattr(self, dlgName)
43 if u.IniGetValue(self.JETCREATOR_HLP, dlgName, fld) == "":
44 u.IniSetValue(self.JETCREATOR_HLP, dlgName, fld, "")