Where can i find a list of all the window manager protocol atoms?
I have these few:
- WM_DELETE_WINDOW
- WM_SAVE_YOURSELF
- WM_TAKE_FOCUS
They are commonly used when incepting window manager events in Python's Tkinter in the style of:
widget.protocol("WM_DELETE_WINDOW", handler)
Where can i get a complete list of these?