Home | History | Annotate | Download | only in lib-tk

Lines Matching refs:Tkinter

2 # turtle.py: a Tkinter based turtle graphics module for Python
107 import Tkinter as TK
301 ### From here up to line : Tkinter - Interface for turtle.py ###
330 ScrolledCanvas-methods to Tkinter.Canvas class.
354 """Modeled after the scrolled canvas class from Grayons's Tkinter book.
456 """Root class for Screen based on Tkinter."""
484 Interface between Tkinter and turtle.py.
593 """Check if the string color is a legal Tkinter color string.
807 ### End of Tkinter - interface ###
915 which is Tkinter in this case.