Addition of the Window Timer API Calls currently on GitHub

This commit is contained in:
PySimpleGUI 2023-02-23 11:51:55 -05:00
parent 98f383bffb
commit c4e37eff04
3 changed files with 130 additions and 8 deletions

View file

@ -3040,6 +3040,18 @@ Example: If first row has a `VPush`, then your layout will be At the bottom of
### start_thread
<!-- <+Window.start_thread+> -->
### timer_get_active_timers
<!-- <+Window.timer_get_active_timers+> -->
### timer_start
<!-- <+Window.timer_start+> -->
### timer_stop
<!-- <+Window.timer_stop+> -->
### timer_stop_all
<!-- <+Window.timer_stop_all+> -->
### un_hide
<!-- <+Window.un_hide+> -->