Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d24d3fc

Browse files
committed
Added the mainloop() call.
1 parent 5fae9e8 commit d24d3fc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/tkinter/guido/switch.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ def main():
4949
app = App()
5050
app.addpanel("label", LabelPanel)
5151
app.addpanel("button", ButtonPanel)
52+
app.top.mainloop()
5253

5354
if __name__ == '__main__':
5455
main()

0 commit comments

Comments
 (0)