Shuffled around parms in calls to Button so that Button can be called by user. Changed all MsgBox calls to Popup

This commit is contained in:
MikeTheWatchGuy 2018-09-20 10:41:47 -04:00
parent 91a3178c7b
commit 53db1545d8
19 changed files with 212 additions and 86 deletions

View file

@ -28,7 +28,7 @@ def TestMenus():
# ------ GUI Defintion ------ #
layout = [
[sg.Menu(menu_def)],
[sg.Menu(menu_def, tearoff=True)],
[sg.Output(size=(60,20))],
[sg.In('Test', key='input', do_not_clear=True)]
]