> How can I include a .png or .bmp image in my source code?

Try something along the lines of;

Glib::RefPtr<Gdk::Pixbuf> png;
png = Gdk::Pixbuf::create_from_file ("image.png");
_______________________________________________
gtkmm-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtkmm-list

Reply via email to