Home | History | Annotate | Download | only in idlelib

Lines Matching refs:frameCustom

180         frameCustom=LabelFrame(frame,borderwidth=2,relief=GROOVE,
184 #frameCustom
185 self.textHighlightSample=Text(frameCustom,relief=SOLID,borderwidth=1,
209 self.frameColourSet=Frame(frameCustom,relief=SOLID,borderwidth=1)
210 frameFgBg=Frame(frameCustom)
220 buttonSaveCustomTheme=Button(frameCustom,
236 frameCustom.pack(side=LEFT,padx=5,pady=5,expand=TRUE,fill=BOTH)
238 #frameCustom
268 frameCustom=LabelFrame(frame,borderwidth=2,relief=GROOVE,
272 #frameCustom
273 frameTarget=Frame(frameCustom)
284 self.buttonNewKeys=Button(frameCustom,text='Get New Keys for Selection',
303 frameCustom.pack(side=BOTTOM,padx=5,pady=5,expand=TRUE,fill=BOTH)
305 #frameCustom