PDA

View Full Version : PyGTK image bkg w/ widgets on top



mevets
September 18th, 2007, 07:23 PM
I am trying to make a game using pygtk. It requires that there be an image in the background and widgets that can go in front of the image. I have tried defining a background image for the Mainwindow but cant seem to do that and I have tried to pack widgets into an image but gtk.Image does not have the add attribute. What approach should I be taking?