Home | History | Annotate | Download | only in idlelib

Lines Matching refs:frameRun

340         frameRun=LabelFrame(frame,borderwidth=2,relief=GROOVE,
349 #frameRun
350 labelRunChoiceTitle=Label(frameRun,text='At Startup')
351 radioStartupEdit=Radiobutton(frameRun,variable=self.startupEdit,
353 radioStartupShell=Radiobutton(frameRun,variable=self.startupEdit,
400 frameRun.pack(side=TOP,padx=5,pady=5,fill=X)
406 #frameRun