Added drop_whitespace to the docstring for popup. Added popup_error_with_traceback to popups

This commit is contained in:
PySimpleGUI 2022-10-31 13:42:28 -04:00
parent e21896fce3
commit 25349c3724
6 changed files with 47 additions and 36 deletions

View file

@ -2058,20 +2058,6 @@ Your Window's layout is composed of lists of Elements. In addition to elements,
- Text
- Single Line Input
- Buttons including these types:
- File Browse
- Folder Browse
- Calendar picker
- Date Chooser
- Read window
- Close window ("Button" & all shortcut buttons)
- Realtime
## Keys
***Keys are a super important concept to understand in PySimpleGUI.***

View file

@ -3341,6 +3341,7 @@ Don't use these. They are here in case you're searching for them. Instead use
<!-- <+func.popup_auto_close+> -->
<!-- <+func.popup_cancel+> -->
<!-- <+func.popup_error+> -->
<!-- <+func.popup_error_with_traceback+> -->
<!-- <+func.popup_get_date+> -->
<!-- <+func.popup_get_file+> -->
<!-- <+func.popup_get_folder+> -->