I'd like to set the program icon for a gtk 2 application written in C. To do this, I know to use gtk_window_set_icon (). It takes a GDK pixbuf. I can create a pixbuf from an external file using gdk_pixbuf_new_from_file, but that's a bit tacky. I'd rather compile it into the program. Supposedly you can do it, but how?
-- Charles Curley /"\ ASCII Ribbon Campaign Looking for fine software \ / Respect for open standards and/or writing? X No HTML/RTF in email http://www.charlescurley.com / \ No M$ Word docs in email Key fingerprint = CE5C 6645 A45A 64E4 94C0 809C FFF6 4C48 4ECD DFDB /* PLUG: http://plug.org, #utah on irc.freenode.net Unsubscribe: http://plug.org/mailman/options/plug Don't fear the penguin. */
