Hello. I'm trying to draw over a scrolled image; my image is loaded as a gtk.image in a scrolled window in which I added a viewport; this works ok.
As I need to draw over this image, I tried to add a gtk.DrawingArea to the gtk.Image, but as gtk.Image is not a container it can't work... Is there a way to manage this with a scrolled window and a viewport? Or do I have to implement the scrolling myself with an hscrollbar and a vscrollbar? Thanks! -- Fabrice DELENTE _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://faq.pygtk.org/
