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

  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configDialog.py 220 buttonSaveCustomTheme=Button(frameCustom,
247 buttonSaveCustomTheme.pack(side=BOTTOM,fill=X,padx=5,pady=5)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configDialog.py 220 buttonSaveCustomTheme=Button(frameCustom,
247 buttonSaveCustomTheme.pack(side=BOTTOM,fill=X,padx=5,pady=5)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 220 buttonSaveCustomTheme=Button(frameCustom,
247 buttonSaveCustomTheme.pack(side=BOTTOM,fill=X,padx=5,pady=5)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configDialog.py 220 buttonSaveCustomTheme=Button(frameCustom,
247 buttonSaveCustomTheme.pack(side=BOTTOM,fill=X,padx=5,pady=5)
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 246 buttonSaveCustomTheme = Button(
280 buttonSaveCustomTheme.pack(side=BOTTOM, fill=X, padx=5, pady=5)
    [all...]
  /external/python/cpython3/Lib/idlelib/
configdialog.py 248 buttonSaveCustomTheme = Button(
282 buttonSaveCustomTheme.pack(side=BOTTOM, fill=X, padx=5, pady=5)
    [all...]

Completed in 77 milliseconds