and pass it a functor to delete the data when the pixbuf dies.
So, create_from_data() don't copy the pixel array in the Pixbuf ?
And, I see that there is a create_from_inline() which take as
argument a bool copy_pixels ? Can I use this function (how?) so that
I can free() the pixel array after Pixbuf was created ?
Judging from the docs, this is meant for use with things like XPM
data. The actual image data gets compiled into the program. Which
chances are is not what you want.
Thanks for your help :)
Aurelien
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list
_______________________________________________
gtkmm-list mailing list
gtkmm-list gnome org
http://mail.gnome.org/mailman/listinfo/gtkmm-list