Searched defs:Tk (Results 1 - 25 of 49) sorted by relevance

12

/external/python/cpython2/Lib/idlelib/idle_test/
H A Dtest_configdialog.py8 from Tkinter import Tk namespace
18 cls.root = Tk()
H A Dtest_autoexpand.py4 from Tkinter import Text, Tk namespace
20 cls.tk = Tk()
H A Dtest_parenmatch.py7 from Tkinter import Tk, Text namespace
36 cls.root = Tk()
H A Dtest_autocomplete.py3 from Tkinter import Tk, Text namespace
28 cls.root = Tk()
H A Dtest_hyperparser.py4 from Tkinter import Tk, Text namespace
38 cls.root = Tk()
H A Dtest_searchdialogbase.py9 from Tkinter import Tk, Toplevel, Frame ## BooleanVar, StringVar namespace
30 cls.root = Tk()
H A Dtest_text.py216 from Tkinter import Tk, Text namespace
218 cls.root = Tk()
H A Dtest_textview.py6 from Tkinter import Tk namespace
22 cls.root = Tk()
63 cls.root = Tk()
H A Dtest_widgetredir.py8 from Tkinter import Tk, Text, TclError namespace
17 cls.root = Tk()
47 cls.root = Tk()
/external/python/cpython3/Lib/idlelib/idle_test/
H A Dtest_config_key.py9 from tkinter import Tk, Text namespace
16 cls.root = Tk()
H A Dtest_debugger.py9 from tkinter import Tk namespace
16 cls.root = Tk()
H A Dtest_editor.py2 from tkinter import Tk, Text namespace
H A Dtest_scrolledlist.py9 from tkinter import Tk namespace
16 cls.root = Tk()
H A Dtest_tree.py10 from tkinter import Tk namespace
17 cls.root = Tk()
H A Dtest_autoexpand.py4 from tkinter import Text, Tk namespace
20 cls.tk = Tk()
H A Dtest_colorizer.py9 from tkinter import Tk, Text namespace
27 cls.root = Tk()
44 cls.root = Tk()
H A Dtest_help.py9 from tkinter import Tk namespace
17 cls.root = root = Tk()
H A Dtest_parenmatch.py11 from tkinter import Tk, Text namespace
26 cls.root = Tk()
H A Dtest_undo.py10 from tkinter import Text, Tk namespace
19 cls.root = Tk()
H A Dtest_autocomplete.py7 from tkinter import Tk, Text namespace
32 cls.root = Tk()
/external/python/cpython3/Tools/demo/
H A Dhanoi.py4 Animated Towers of Hanoi using Tk with optional bitmap file in background.
15 from tkinter import Tk, Canvas namespace
32 self.tk = tk = Tk()
139 # Reverse meaning of leading '@' compared to Tk
/external/python/cpython2/Tools/pynche/
H A DpyColorChooser.py35 from Tkinter import Tk
36 self.__master = Tk()
102 self.__root = tk = Tk()
34 from Tkinter import Tk namespace
/external/python/cpython3/Tools/pynche/
H A DpyColorChooser.py35 from tkinter import Tk
36 self.__master = Tk()
102 self.__root = tk = Tk()
34 from tkinter import Tk namespace
/external/python/cpython2/Lib/idlelib/
H A DWidgetRedirector.py7 Some Tk operations don't normally pass through tkinter. For example, if a
8 character is inserted into a Text widget by pressing a key, a default Tk
9 binding to the widget's 'insert' operation is activated, and the Tk library
13 to do is to hook the Tk 'insert' operation itself. For one thing, we want
26 original Tk widget operation.
42 w = widget._w # widget's (full) Tk pathname
103 operation through to Tk via the original Tcl function.
106 passed through to Tk. Apply the function returned by self.register()
153 from Tkinter import Tk, Text namespace
156 root = Tk()
[all...]
H A DObjectBrowser.py140 from Tkinter import Tk namespace
141 root = Tk()

Completed in 271 milliseconds

12