Home | History | Annotate | Download | only in tools

Lines Matching refs:Tkinter

44 import Tkinter
84 # The Tkinter root window object
232 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W,
239 var = Tkinter.StringVar()
241 value = Tkinter.Label(self.root, width=15, anchor=Tkinter.W,
259 self.root = Tkinter.Tk()
261 # Tkinter is no good at resizing so we disable it
275 var: the Tkinter string variable for updating the ui