Lines Matching full:tk
1 # Animated Towers of Hanoi using Tk with optional bitmap file in
12 # This uses Steen Lumholt's Tk interface
31 self.tk = tk = Tk()
32 self.canvas = c = Canvas(tk)
34 width, height = tk.getint(c['width']), tk.getint(c['height'])
57 self.tk.update()
74 self.tk.update()
75 self.tk.after(25)
100 self.tk.update()
111 self.tk.update()
120 self.tk.update()
139 # Reverse meaning of leading '@' compared to Tk