Merge pull request #5999 from PySimpleGUI/Dev-latest

Dev latest
This commit is contained in:
PySimpleGUI 2022-10-31 13:56:48 -04:00 committed by GitHub
commit 9a606c0a7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 14 deletions

View file

@ -16869,9 +16869,9 @@ Parameter Descriptions:
|Type|Name|Meaning|
|--|--|--|
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
| *Any | messages | A variable number of lines of messages you wish to show your user |
| str | title | The title that will be shown in the popup's titlebar and in the first line of the window |
| Any | *messages | A variable number of lines of messages you wish to show your user |
| bytes | emoji | An optional BASE64 Encoded image to shows in the error window |
Display a calendar window, get the user's choice, return as a tuple (mon, day, year)