Added Window.move_to_center... unfortunately a TON of changes from PySimpleGUI on GitHub were picked up. These are mostly to do with the new ttk scrollbars. Lots of parms were added. More detail is need on them though. Also Output element changed but call reference not yet updated.

This commit is contained in:
PySimpleGUI 2022-04-22 04:27:58 -04:00
parent ee7179fb3a
commit 507a4d44b6
3 changed files with 568 additions and 308 deletions

View file

@ -3004,6 +3004,10 @@ Example: If first row has a `VPush`, then your layout will be At the bottom of
### move
<!-- <+Window.move+> -->
### move_to_center
<!-- <+Window.move_to_center+> -->
### normal
<!-- <+Window.normal+> -->