HomeSort by relevance Sort by last modified time
    Searched refs:frameCustom (Results 1 - 5 of 5) sorted by null

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 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
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 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
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 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
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 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
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 194 frameCustom = LabelFrame(frame, borderwidth=2, relief=GROOVE,
198 #frameCustom
200 frameCustom, relief=SOLID, borderwidth=1,
231 self.frameColourSet = Frame(frameCustom, relief=SOLID, borderwidth=1)
232 frameFgBg = Frame(frameCustom)
247 frameCustom, text='Save as New Custom Theme',
268 frameCustom.pack(side=LEFT, padx=5, pady=5, expand=TRUE, fill=BOTH)
270 #frameCustom
303 frameCustom = LabelFrame(
308 #frameCustom
    [all...]

Completed in 63 milliseconds