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

  /external/python/cpython2/Lib/lib-tk/
Tkconstants.py 38 GROOVE='groove'
  /external/python/cpython3/Lib/tkinter/
constants.py 38 GROOVE='groove'
  /external/python/cpython2/Demo/tkinter/guido/
switch.py 16 self.panelframe = Frame(top, borderwidth=2, relief=GROOVE)
AttrDialog.py 328 'Relief': (RAISED, SUNKEN, FLAT, RIDGE, GROOVE),
  /external/python/cpython3/Lib/idlelib/
configdialog.py 14 TOP, BOTTOM, RIGHT, LEFT, SOLID, GROOVE,
532 self, borderwidth=2, relief=GROOVE, text=' Shell/Editor Font ')
534 self, borderwidth=2, relief=GROOVE,
537 self, borderwidth=2, relief=GROOVE, text=' Indentation Width ')
    [all...]
  /external/python/cpython2/Lib/idlelib/
configDialog.py 125 frame, borderwidth=2, relief=GROOVE, text=' Base Editor Font ')
127 frame, borderwidth=2, relief=GROOVE, text=' Indentation Width ')
194 frameCustom = LabelFrame(frame, borderwidth=2, relief=GROOVE,
196 frameTheme = LabelFrame(frame, borderwidth=2, relief=GROOVE,
304 frame, borderwidth=2, relief=GROOVE,
307 frame, borderwidth=2, relief=GROOVE, text=' Key Set ')
382 frameRun = LabelFrame(frame, borderwidth=2, relief=GROOVE,
384 frameSave = LabelFrame(frame, borderwidth=2, relief=GROOVE,
386 frameWinSize = Frame(frame, borderwidth=2, relief=GROOVE)
387 frameEncoding = Frame(frame, borderwidth=2, relief=GROOVE)
    [all...]
configHelpSourceEdit.py 51 self.frameMain = Frame(self, borderwidth=2, relief=GROOVE)
keybindingDialog.py 81 textvariable=self.keyString,relief=GROOVE,borderwidth=2)
  /external/python/cpython2/Tools/pynche/
TextViewer.py 84 relief=GROOVE,
  /external/python/cpython3/Tools/pynche/
TextViewer.py 84 relief=GROOVE,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/webchecker/
wsgui.py 217 frame = Frame(self.appframe, borderwidth=2, relief=GROOVE)
tktools.py 310 outer = Frame(master, borderwidth=2, relief=GROOVE)
  /external/python/cpython2/Tools/webchecker/
wsgui.py 217 frame = Frame(self.appframe, borderwidth=2, relief=GROOVE)
tktools.py 310 outer = Frame(master, borderwidth=2, relief=GROOVE)
  /external/python/cpython3/Tools/unittestgui/
unittestgui.py 307 progressFrame = tk.Frame(leftFrame, relief=tk.GROOVE, borderwidth=2)
  /external/python/cpython2/Demo/tix/
tixwidgets.py 195 w = Tix.Frame(top, bd=2, relief=Tix.GROOVE)
    [all...]

Completed in 331 milliseconds