Lines Matching refs:Tkinter
47 import Tkinter
87 # The Tkinter root window object
235 name = Tkinter.Label(self.root, width=50, anchor=Tkinter.W,
242 var = Tkinter.StringVar()
244 value = Tkinter.Label(self.root, width=15, anchor=Tkinter.W,
262 self.root = Tkinter.Tk()
264 # Tkinter is no good at resizing so we disable it
278 var: the Tkinter string variable for updating the ui