/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_editor.py | 7 from tkinter import Tk, Text namespace 17 cls.root = Tk() 106 cls.root = Tk() 189 cls.root = Tk() 219 cls.root = Tk()
|
H A D | test_scrolledlist.py | 7 from tkinter import Tk namespace 14 cls.root = Tk()
|
H A D | test_debugger.py | 7 from tkinter import Tk namespace 14 cls.root = Tk()
|
H A D | test_runscript.py | 6 from tkinter import Tk namespace 15 cls.root = Tk()
|
H A D | test_autocomplete_w.py | 5 from tkinter import Tk, Text namespace 15 cls.root = Tk()
|
H A D | test_calltip_w.py | 6 from tkinter import Tk, Text namespace 14 cls.root = Tk()
|
H A D | template.py | 6 from tkinter import Tk namespace 14 cls.root = Tk()
|
H A D | test_query.py | 15 from tkinter import Tk, END namespace 323 cls.root = root = Tk() 368 root = Tk() 386 root = Tk() 403 root = Tk() 419 root = Tk() 439 root = Tk()
|
H A D | test_config_key.py | 12 from tkinter import Tk, TclError namespace 32 cls.root = Tk() 109 cls.root = Tk() 177 cls.root = Tk() 246 cls.root = Tk() 275 cls.root = Tk() 303 cls.root = Tk()
|
H A D | test_help_about.py | 9 from tkinter import Tk, TclError namespace 27 cls.root = Tk() 95 cls.root = Tk() 119 cls.root = Tk()
|
H A D | test_help.py | 8 from tkinter import Tk namespace 16 cls.root = root = Tk()
|
H A D | test_filelist.py | 6 from tkinter import Tk namespace 13 cls.root = Tk()
|
H A D | test_zoomheight.py | 7 from tkinter import Tk namespace 16 cls.root = Tk()
|
H A D | test_window.py | 6 from tkinter import Tk namespace 25 cls.root = Tk()
|
H A D | test_multicall.py | 6 from tkinter import Tk, Text namespace 14 cls.root = Tk()
|
H A D | test_stackviewer.py | 6 from tkinter import Tk namespace 24 cls.root = Tk()
|
H A D | test_statusbar.py | 6 from tkinter import Tk namespace 14 cls.root = Tk()
|
H A D | test_redirector.py | 6 from tkinter import Tk, Text, TclError namespace 15 cls.root = Tk() 45 cls.root = Tk()
|
H A D | test_tree.py | 7 from tkinter import Tk, EventType, SCROLL namespace 14 cls.root = Tk()
|
H A D | test_textview.py | 14 from tkinter import Tk, TclError, CHAR, NONE, WORD namespace 21 root = Tk() 84 cls.root = root = Tk() 128 cls.root = root = Tk()
|
H A D | test_pathbrowser.py | 6 from tkinter import Tk namespace 23 cls.root = Tk()
|
H A D | test_macosx.py | 30 cls.root = tk.Tk() 85 cls.root = tk.Tk()
|
/third_party/python/Lib/tkinter/test/test_tkinter/ |
H A D | test_misc.py | 379 root = tkinter.Tk() 380 root2 = tkinter.Tk() 381 root3 = tkinter.Tk() 393 root = tkinter.Tk() 405 root = tkinter.Tk() 412 root = tkinter.Tk() 421 root = tkinter.Tk()
|
H A D | test_font.py | 76 root2 = tkinter.Tk() 126 root = tkinter.Tk() 139 root = tkinter.Tk() 153 root = tkinter.Tk()
|
/third_party/python/Tools/demo/ |
H A D | spreadsheet.py | 473 import tkinter as Tk namespace 495 Set up the Tk widget tree. 507 self.root = Tk.Tk() 509 self.beacon = Tk.Label(self.root, text="A1", 511 self.entry = Tk.Entry(self.root) 512 self.savebutton = Tk.Button(self.root, text="Save", 514 self.cellgrid = Tk.Frame(self.root) 570 cell = Tk.Label(self.cellgrid, relief='raised') 576 cell = Tk [all...] |