Skip to content

Commit

Permalink
Added the mainloop() call.
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Sep 14, 1998
1 parent 5fae9e8 commit d24d3fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/tkinter/guido/switch.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ def main():
app = App()
app.addpanel("label", LabelPanel)
app.addpanel("button", ButtonPanel)
app.top.mainloop()

if __name__ == '__main__':
main()

0 comments on commit d24d3fc

Please sign in to comment.