Home
last modified time | relevance | path

Searched refs:relief (Results 1 - 18 of 18) sorted by relevance

/third_party/python/Lib/idlelib/
H A Dhelp_about.py61 frame = Frame(self, borderwidth=2, relief=SUNKEN)
98 Frame(frame_background, borderwidth=1, relief=SUNKEN,
122 Frame(frame_background, borderwidth=1, relief=SUNKEN,
H A Dconfigdialog.py339 frame_font = LabelFrame(self, borderwidth=2, relief=GROOVE,
341 frame_sample = LabelFrame(self, borderwidth=2, relief=GROOVE,
617 frame_custom = LabelFrame(self, borderwidth=2, relief=GROOVE,
619 frame_theme = LabelFrame(self, borderwidth=2, relief=GROOVE,
623 frame_custom, relief=SOLID, borderwidth=1)
664 relief='solid')
1221 self, borderwidth=2, relief=GROOVE,
1224 self, borderwidth=2, relief=GROOVE, text=' Key Set ')
1630 frame_window = LabelFrame(self, borderwidth=2, relief=GROOVE,
1820 frame_shell = LabelFrame(self, borderwidth=2, relief
[all...]
H A Dtooltip.py162 background="#ffffe0", relief=SOLID, borderwidth=1)
H A Dcodecontext.py122 padx=padx, border=border, relief=SUNKEN, state='disabled')
H A Dcalltip_w.py84 relief=SOLID, borderwidth=1,
H A Dtextview.py87 self.textframe = ScrollableTextFrame(self, relief=SUNKEN, height=700)
H A Dhelp.py187 borderwidth=1, relief='solid', background='#eeffcc')
H A Dconfig_key.py59 self['relief'] = 'sunken'
90 textvariable=self.key_string, relief='groove',
H A Dtree.py49 label = Label(root, image=image, bd=1, relief="raised")
H A Ddebugger.py474 self.label = Label(frame, text=title, borderwidth=2, relief="groove")
/third_party/python/Tools/unittestgui/
H A Dunittestgui.py295 statusFrame = tk.Frame(self.top, relief=tk.SUNKEN, borderwidth=2)
306 progressFrame = tk.Frame(leftFrame, relief=tk.GROOVE, borderwidth=2)
309 self.progressBar = ProgressBar(progressFrame, relief=tk.SUNKEN,
346 listFrame = tk.Frame(leftFrame, relief=tk.SUNKEN, borderwidth=2)
/third_party/python/Lib/idlelib/idle_test/
H A Dhtest.py381 text.configure(bg=root.cget('bg'), relief='flat', height=4, width=70)
/third_party/python/Lib/turtledemo/
H A D__main__.py155 self.mBar = Menu(root, relief=RAISED, borderwidth=2)
172 relief=RIDGE)
/third_party/python/Tools/demo/
H A Dspreadsheet.py570 cell = Tk.Label(self.cellgrid, relief='raised')
576 cell = Tk.Label(self.cellgrid, text=colnum2name(x), relief='raised')
587 cell = Tk.Label(self.cellgrid, text=str(y), relief='raised')
599 cell = Tk.Label(self.cellgrid, relief='sunken',
/third_party/python/Lib/tkinter/
H A Ddnd.py223 borderwidth=2, relief="raised")
H A Dsimpledialog.py59 b.config(relief=RIDGE, borderwidth=8)
/third_party/python/Lib/tkinter/test/test_tkinter/
H A Dtest_geometry_managers.py286 f = tkinter.Frame(t, width=154, height=84, bd=2, relief='raised')
288 f2 = tkinter.Frame(t, width=30, height=60, bd=2, relief='raised')
/third_party/python/Lib/
H A Dturtle.py345 bg=self.bg, relief=TK.SUNKEN, borderwidth=2)

Completed in 23 milliseconds