The GNOME canvas expects an object of GdkImlibImage (as returned by
_gdkimlib.gdk_imlib_load_image) when adding an image and I'm currently
using code like the following:
image = GdkImlib.Image("image.png")
canvas.root().add(
'image', image=image._im, x=32, y=32, [etc...]
)
Should there be a GdkImlib method for accessing the _im object?
To unsubscribe: echo "unsubscribe" | mail [EMAIL PROTECTED]
- Re: [pygtk] Adding images to the GNOME canvas Paul Clifford
- Re: [pygtk] Adding images to the GNOME canvas James Henstridge
