Release 4.41.0

This commit is contained in:
PySimpleGUI 2021-05-12 19:04:51 -04:00
parent b0f6ae354f
commit 35efc51149
10 changed files with 317 additions and 113 deletions

View file

@ -11778,6 +11778,22 @@ Parameter Descriptions:
These are the functions available for you to call
## Version Info
Returns a human-readable string of version numbers for:
Python version
PySimpleGUI Port (tkinter in this case)
tkinter version
PySimpleGUI version
The location of the PySimpleGUI.py file
The format is a newline between each value and descriptive text for each line
```
get_versions()
```
## Multi-window Interface
Reads all windows that are "active" when the call is made. "Active" means that it's been finalized or read.