> I think what you may be looking for is the gtk.Layout widget, that allows > the positioning of other gtk+ widgets (including images and entry widgets) > using coordinates. > > http://pygtk.org/pygtk2reference/class-gtklayout.html > > Take care, > > Rafael Villar Burke I've just realized that a gtk.Fixed can do it too.
http://pygtk.org/pygtk2reference/class-gtkfixed.html Rafael Villar Burke _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
