Tkinter and window manager

Fredrik Lundh fredrik at pythonware.com
Wed Sep 1 05:06:21 EDT 1999


Stephane Conversy <conversy at lri.fr> wrote:
> I want the window manager to notify me when a window is raised
> (typically when I click on the bar...)
> 
> How to do this ?

here's one (portable) way: look for <FocusIn> events
on the toplevel window.

</F>





More information about the Python-list mailing list