Version that crashes

This commit is contained in:
PySimpleGUI 2019-11-28 11:23:11 -05:00
parent 58b7d9b344
commit 944c82d783
6 changed files with 437 additions and 151 deletions

View file

@ -6126,6 +6126,10 @@ Without further delay... here are all of the Elements and the Window class
<!-- <+Window.SaveToDisk+> -->
### SendToBack
<!-- <+Window.SendToBack+> -->
### SetAlpha
<!-- <+Window.SetAlpha+> -->
@ -6282,6 +6286,10 @@ Without further delay... here are all of the Elements and the Window class
<!-- <+Window.save_to_disk+> -->
### send_to_back
<!-- <+Window.send_to_back+> -->
### set_alpha
<!-- <+Window.set_alpha+> -->
@ -6394,3 +6402,4 @@ Without further delay... here are all of the Elements and the Window class
<!-- <+func.show_debugger_window+> -->
<!-- <+func.sprint+> -->
<!-- <+func.test+> -->
<!-- <+func.popup_ok_cancel+> -->