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

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py139 from Tkinter import Tk namespace
140 root = Tk()
H A DStackViewer.py131 from Tkinter import Tk namespace
132 root = Tk()
H A DPyShell.py24 "Your Python may not be configured for Tk. **" namespace
209 # Tk issues or IDLE issues, or whether they can actually
861 root = Tk()
1507 root = Tk(className="Idle")
1555 # Check for problematic OS X Tk versions and print a warning message
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
H A DObjectBrowser.py139 from Tkinter import Tk namespace
140 root = Tk()
H A DStackViewer.py131 from Tkinter import Tk namespace
132 root = Tk()
H A DPyShell.py24 "Your Python may not be configured for Tk. **" namespace
209 # Tk issues or IDLE issues, or whether they can actually
861 root = Tk()
1507 root = Tk(className="Idle")
1555 # Check for problematic OS X Tk versions and print a warning message
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py34 raise ImportError, "This version of Tix.py requires Tk 4.0 or higher"
36 import _tkinter # If this fails your Python may not be configured for Tk namespace
85 This is a mixin class, assumed to be mixed to Tkinter.Tk
169 configure the -image option of the Tk and Tix widgets.
198 priority level of the Tk options set by the Tix schemes.
200 Because of the way Tk handles the X option database, after Tix has
210 class Tk(Tkinter.Tk, tixCommand): class in inherits:Tkinter.Tk, tixCommand
214 Tkinter.Tk.__init__(self, screenName, baseName, className)
230 Tkinter.Tk
[all...]
H A DTkinter.py1 """Wrapper functions for Tcl/Tk.
4 control of widgets. Toplevel widgets are Tk and Toplevel. Other
11 under Tk.
23 tk = Tkinter.Tk()
37 # Attempt to configure Tcl/Tk without requiring PATH
39 import _tkinter # If this fails your Python may not be configured for Tk namespace
55 # These are not always defined, e.g. not on Win32 with Tk 8.0 :-(
177 Tk is used for windows without an explicit parent window.
409 """Change the color scheme to light brown as used in Tk 3.6 and before."""
414 A single color as argument will cause that all colors of Tk
1721 class Tk(Misc, Wm): class in inherits:Misc, Wm
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
H A DTix.py34 raise ImportError, "This version of Tix.py requires Tk 4.0 or higher"
36 import _tkinter # If this fails your Python may not be configured for Tk namespace
85 This is a mixin class, assumed to be mixed to Tkinter.Tk
169 configure the -image option of the Tk and Tix widgets.
198 priority level of the Tk options set by the Tix schemes.
200 Because of the way Tk handles the X option database, after Tix has
210 class Tk(Tkinter.Tk, tixCommand): class in inherits:Tkinter.Tk, tixCommand
214 Tkinter.Tk.__init__(self, screenName, baseName, className)
230 Tkinter.Tk
[all...]
H A DTkinter.py1 """Wrapper functions for Tcl/Tk.
4 control of widgets. Toplevel widgets are Tk and Toplevel. Other
11 under Tk.
23 tk = Tkinter.Tk()
37 # Attempt to configure Tcl/Tk without requiring PATH
39 import _tkinter # If this fails your Python may not be configured for Tk namespace
55 # These are not always defined, e.g. not on Win32 with Tk 8.0 :-(
177 Tk is used for windows without an explicit parent window.
409 """Change the color scheme to light brown as used in Tk 3.6 and before."""
414 A single color as argument will cause that all colors of Tk
1721 class Tk(Misc, Wm): class in inherits:Misc, Wm
[all...]

Completed in 101 milliseconds