15.10 Timer Events
PySimpleGUI does not directly support every underlying feature of Tkinter. However, all of Tkinter
is available through Element.Widget.
On the topic of timers, PySimpleGUI directly supports timers at the window level. Element-level
timers can be accessed using Element.Widget. Here are some links for further reading on both
PySimpleGUI and Tkinter timers.
- PySimpleGUI Timer API
- Extending PySimpleGUI (to access other Tkinter features)
- Tkinter Timer Events on Runestone