Re: [pygtk] Resizing an hbox

2009-09-12 Thread Fabrice Delente
> Try the "size-allocate" signal. Yes, that's it, thanks! -- Fabrice DELENTE ___ pygtk mailing list pygtk@daa.com.au http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/

Re: [pygtk] Resizing an hbox

2009-09-12 Thread John Finlay
Fabrice DELENTE wrote: > Hello. > > I have an interface which is a simple toplevel window containing an hbox > which contains a gtk.DrawingArea, designed in glade. > > How can I catch the fact that the hbox or the DrawingArea are resized when > the toplevel is resized in the window manager? > > I t

Re: [pygtk] Resizing an hbox

2009-09-12 Thread Pietro Battiston
Il giorno sab, 12/09/2009 alle 12.06 +0200, Fabrice DELENTE ha scritto: > Hello. > > I have an interface which is a simple toplevel window containing an hbox > which contains a gtk.DrawingArea, designed in glade. > > How can I catch the fact that the hbox or the DrawingArea are resized when > the

[pygtk] Resizing an hbox

2009-09-12 Thread Fabrice DELENTE
Hello. I have an interface which is a simple toplevel window containing an hbox which contains a gtk.DrawingArea, designed in glade. How can I catch the fact that the hbox or the DrawingArea are resized when the toplevel is resized in the window manager? I thought that connecting the check-resiz