I have a drawing area, and an 'png' image I want to load that image to my drawing area as background.
the screen is bigger then my image and the problem is it does not 'tile' my image
I have tried adding image as pixbuf and pixmap but it doesnot help
i use this line
gc.set_tile(pixmap)
area.window.draw_drawable(gc, pimap, .....)
but it does not help