Home | History | Annotate | Download | only in idlelib

Lines Matching refs:Radiobutton

215         self.radioFg=Radiobutton(frameFgBg,variable=self.fgHilite,
217 self.radioBg=Radiobutton(frameFgBg,variable=self.fgHilite,
224 self.radioThemeBuiltin=Radiobutton(frameTheme,variable=self.themeIsBuiltin,
226 self.radioThemeCustom=Radiobutton(frameTheme,variable=self.themeIsBuiltin,
289 self.radioKeysBuiltin=Radiobutton(frames[0],variable=self.keysAreBuiltin,
291 self.radioKeysCustom=Radiobutton(frames[0],variable=self.keysAreBuiltin,
351 radioStartupEdit=Radiobutton(frameRun,variable=self.startupEdit,
353 radioStartupShell=Radiobutton(frameRun,variable=self.startupEdit,
357 radioSaveAsk=Radiobutton(frameSave,variable=self.autoSave,
359 radioSaveAuto=Radiobutton(frameSave,variable=self.autoSave,
377 radioEncLocale=Radiobutton(frameEncoding,variable=self.encoding,
379 radioEncUTF8=Radiobutton(frameEncoding,variable=self.encoding,
381 radioEncNone=Radiobutton(frameEncoding,variable=self.encoding,
966 ##current theme type radiobutton
999 ##current keys type radiobutton