HomeSort by relevance Sort by last modified time
    Searched refs:Tk (Results 1 - 25 of 313) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/python/cpython3/Lib/idlelib/idle_test/
test_debugger.py 9 from tkinter import Tk
16 cls.root = Tk()
test_scrolledlist.py 9 from tkinter import Tk
16 cls.root = Tk()
test_config_key.py 9 from tkinter import Tk, Text
16 cls.root = Tk()
test_help.py 9 from tkinter import Tk
17 cls.root = root = Tk()
test_tree.py 10 from tkinter import Tk
17 cls.root = Tk()
test_colorizer.py 9 from tkinter import Tk, Text
27 cls.root = Tk()
44 cls.root = Tk()
test_editor.py 2 from tkinter import Tk, Text
  /external/python/cpython2/Demo/tkinter/guido/
hello.py 7 root = Tk()
imageview.py 6 root = Tk()
optionmenu.py 5 root = Tk()
imagedraw.py 8 root = Tk()
  /external/python/cpython2/Lib/idlelib/idle_test/
test_configdialog.py 8 from Tkinter import Tk
18 cls.root = Tk()
  /external/python/cpython2/Demo/tkinter/ttk/
mac_searchentry.py 3 Translated from Tcl code by Schelte Bron, http://wiki.tcl.tk/18188
8 root = Tkinter.Tk()
listbox_scrollcmd.py 4 grid [tk::listbox .l -yscrollcommand ".s set" -height 5] -column 0 -row 0 -sticky nwes
16 root = Tkinter.Tk()
  /external/python/cpython3/Lib/test/
test_tix.py 8 # Skip test if tk cannot be initialized.
18 self.root = tix.Tk()
test_ttk_guionly.py 7 # Skip test if tk cannot be initialized.
17 root = tkinter.Tk()
  /external/python/cpython2/Demo/tix/
grid.py 2 import Tix as tk
5 r= tk.Tk()
8 l=tk.Label(r, name="a_label")
11 class MyGrid(tk.Grid):
14 tk.Grid.__init__(self, *args, **kwargs)
20 g.pack(fill=tk.BOTH)
25 c = tk.Button(r, text="Close", command=r.destroy)
28 tk.mainloop()
  /external/python/cpython2/Demo/tix/samples/
BtnBox.py 14 # group of TK buttons. You can use it to manage the buttons in a dialog box,
42 root = Tix.Tk()
  /external/python/cpython2/Demo/tkinter/matt/
packer-and-placer-together.py 37 root = Tk()
placer-simple.py 35 root = Tk()
subclass-existing-widgets.py 26 root = Tk()
  /prebuilts/gdb/darwin-x86/lib/python2.7/lib-tk/test/test_ttk/
support.py 14 root = Tkinter.Tk()
  /prebuilts/gdb/linux-x86/lib/python2.7/lib-tk/test/test_ttk/
support.py 14 root = Tkinter.Tk()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 14 root = Tkinter.Tk()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/test/test_ttk/
support.py 14 root = Tkinter.Tk()

Completed in 303 milliseconds

1 2 3 4 5 6 7 8 91011>>