Kaydet (Commit) 532dacff authored tarafından Georg Brandl's avatar Georg Brandl

patch [ 1277677 ] tkinter hello world example bug

üst 6953772d
......@@ -258,8 +258,10 @@ class Application(Frame):
self.pack()
self.createWidgets()
app = Application()
root = Tk()
app = Application(master=root)
app.mainloop()
root.destroy()
\end{verbatim}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment