Release 4.44.0

This commit is contained in:
PySimpleGUI 2021-06-13 12:45:50 -04:00
parent b8a13bd54e
commit 8a269efc61
7 changed files with 550 additions and 322 deletions

View file

@ -3074,6 +3074,13 @@ These API calls are used to launch subprocesses.
<!-- <+func.execute_py_file+> -->
<!-- <+func.execute_subprocess_still_running+> -->
## Clipboard APIs
Note that this clipboard uses tkinter's clipboard. There is a known limitation that your application needs to remain running until you've pasted the contents. Managed to get around this limitation so that the clipboard stays set after you exit your application, but only have it working for Windows systems.
<!-- <+func.clipboard_get+> -->
<!-- <+func.clipboard_set+> -->
## Misc