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 thought that connecting the check-resize event of the hbox would be > enough, but it doesn't work. Is there a flag to set somewhere? > > Thanks! > > Try the "size-allocate" signal.
John _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
