Lines Matching full:tk
4 Animated Towers of Hanoi using Tk with optional bitmap file in background.
15 from tkinter import Tk, Canvas
32 self.tk = tk = Tk()
33 self.canvas = c = Canvas(tk)
35 width, height = tk.getint(c['width']), tk.getint(c['height'])
58 self.tk.update()
75 self.tk.update()
76 self.tk.after(25)
101 self.tk.update()
112 self.tk.update()
121 self.tk.update()
139 # Reverse meaning of leading '@' compared to Tk