Re: Use a .png file
- From: Dick Eimers <d eimers marin nl>
- To: gtkmm-list gnome org
- Subject: Re: Use a .png file
- Date: Wed, 07 Dec 2005 09:34:41 +0100
> 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");
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]