Is there a way to overlap (but not overwrite) two gtk.gdk.Pixbuf
in a gtk.IconView
?
For example, I've a cell with this pixbuf image : http://www.pirates-caraibes.com/media/zone/AnimMer.gif
I want to add this image : http://www.pirates-caraibes.com/media/objet/plage-coin-test12.gif to the cell, on the previous image (in order to display the previous image by transparency).
How i can to do this ?
Thanks
Edit :
I've seen the gtk.gdk.Pixbuf.composite
method but it doesn't have a src
argument, like the gdk_pixbuf_composite()
C function ( http://developer.gnome.org/gdk-pixbuf/unstable//gdk-pixbuf-Scaling.html#gdk-pixbuf-composite )