Hi, I have a canvas widget (from a glade file that has set AA to true)
and a png image, the image shows it's transparency in the gimp, but in
the app it shows a grey background.

I use the following:

bup = GdkImlib.Image("abort.png")
top  = Group.add("image", image=bup, x=30, y=30, width=120, height=40)
        
So I am wondering is there a problem with the canvas, GdkImlib or is it
because I am useign a PNG image?

-- 

  Rob Brown-Bayliss
 ---======o======---
_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk

Reply via email to