Release 4.46.0

This commit is contained in:
PySimpleGUI 2021-08-10 17:40:53 -04:00
parent a129877738
commit 69f12cc568
8 changed files with 1087 additions and 454 deletions

View file

@ -2040,6 +2040,9 @@ The following methods are here for backwards compatibility reference. You will
<!-- <+TabGroup.doc+> -->
<!-- <+TabGroup.__init__+> -->
### add_tab
<!-- <+TabGroup.add_tab+> -->
### bind
<!-- <+TabGroup.bind+> -->
@ -2605,6 +2608,9 @@ The following methods are here for backwards compatibility reference. You will
### normal
<!-- <+Window.normal+> -->
### perform_long_operation
<!-- <+Window.perform_long_operation+> -->
### read
<!-- <+Window.read+> -->