Hi list,
I am new to Python; familiar with GTK.
I would like to implement a window where I can set an image as a background. Then I would like to be able to draw (lines, circles, squares, etc) on top of that image as needed. Right now I created the window and added an event box to it. To the event box I added an image widget and set it to an image from file. Since the image widget creates a pixmap by default, can I now draw on this? If so, how do I go about it? If not, is there a way to implement a window, with an image (.gif) as a background and be able to draw to the window?
I was thinking of trying to implement a window as a drawable and then adding the image widget to it (since it does not implement a window). Would I still be able to draw on the drawable and have it visible?
Any assistance is greatly appreciated.
Thanks list, Mike _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
