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


-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to