Searched refs:relief (Results 1 - 18 of 18) sorted by relevance
/third_party/python/Lib/idlelib/ |
H A D | help_about.py | 61 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 D | configdialog.py | 339 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 D | tooltip.py | 162 background="#ffffe0", relief=SOLID, borderwidth=1)
|
H A D | codecontext.py | 122 padx=padx, border=border, relief=SUNKEN, state='disabled')
|
H A D | calltip_w.py | 84 relief=SOLID, borderwidth=1,
|
H A D | textview.py | 87 self.textframe = ScrollableTextFrame(self, relief=SUNKEN, height=700)
|
H A D | help.py | 187 borderwidth=1, relief='solid', background='#eeffcc')
|
H A D | config_key.py | 59 self['relief'] = 'sunken' 90 textvariable=self.key_string, relief='groove',
|
H A D | tree.py | 49 label = Label(root, image=image, bd=1, relief="raised")
|
H A D | debugger.py | 474 self.label = Label(frame, text=title, borderwidth=2, relief="groove")
|
/third_party/python/Tools/unittestgui/ |
H A D | unittestgui.py | 295 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 D | htest.py | 381 text.configure(bg=root.cget('bg'), relief='flat', height=4, width=70)
|
/third_party/python/Lib/turtledemo/ |
H A D | __main__.py | 155 self.mBar = Menu(root, relief=RAISED, borderwidth=2) 172 relief=RIDGE)
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 570 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 D | dnd.py | 223 borderwidth=2, relief="raised")
|
H A D | simpledialog.py | 59 b.config(relief=RIDGE, borderwidth=8)
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_geometry_managers.py | 286 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 D | turtle.py | 345 bg=self.bg, relief=TK.SUNKEN, borderwidth=2)
|
Completed in 23 milliseconds