commit | d24d3fcd03d2396eb5cc7524246183b661c4113e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Mon Sep 14 17:52:29 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Mon Sep 14 17:52:29 1998 +0000 |
tree | 7b9154a1609e8221165147af210c1ad44a1af8c2 | |
parent | 5fae9e8b86a45f8906af36e1c8e21de767e341b2 [diff] [blame] |
Added the mainloop() call.
diff --git a/Demo/tkinter/guido/switch.py b/Demo/tkinter/guido/switch.py index 7944039..3b58f7c 100644 --- a/Demo/tkinter/guido/switch.py +++ b/Demo/tkinter/guido/switch.py
@@ -49,6 +49,7 @@ app = App() app.addpanel("label", LabelPanel) app.addpanel("button", ButtonPanel) + app.top.mainloop() if __name__ == '__main__': main()