Re: Catching toplevel move and resize

2006-09-16 Thread Tuomas
Pontus Ekberg wrote: > You are probably looking for "configure_event". That's it! Works fine, thanks. Tuomas -- http://mail.python.org/mailman/listinfo/python-list

Re: Catching toplevel move and resize

2006-09-16 Thread Pontus Ekberg
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 pro

Catching toplevel move and resize

2006-09-16 Thread Tuomas
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) -- http://mail.python.org/mailman/listin