Catching toplevel move and resize

Pontus Ekberg herrekberg at users.sf.net
Sat Sep 16 10:42:26 EDT 2006


Tuomas wrote:

>  From a PyGTK component I would like to react moving and resizing the 
> toplevel window. I try to connect the toplevel 'frame-event' to my 
> callback, but the toplevel do not fire on moving or resizing. Any 
> suggestions?
> 
> Tuomas
> (Linux, Python 2.3, GTK 2.6.7)

You are probably looking for "configure_event".

// Pontus





More information about the Python-list mailing list