顺珉 吴 wrote:
I want all icons and images my programm used be
packaged in to the final execute binary file. How can I do this?
Use 'gdk-pixbuf-csource' program (comes with gtk source, vendors usually put it in gtk devel package) to translate image to C source code. gdk_pixbuf_new_from_data() function creates pixbuf from in-memory data.

        Olexiy
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to