We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 296ca5b commit a86aecbCopy full SHA for a86aecb
tkinterTUT/tk2_label_button.py
@@ -12,7 +12,7 @@
12
var = tk.StringVar()
13
l = tk.Label(window, textvariable=var, bg='green', font=('Arial', 12), width=15,
14
height=2)
15
-#l = tk.Label(root, text='OMG! this is TK!', bg='green', font=('Arial', 12), width=15, height=2)
+#l = tk.Label(window, text='OMG! this is TK!', bg='green', font=('Arial', 12), width=15, height=2)
16
l.pack()
17
18
on_hit = False
0 commit comments