Thank you LAYDIER for your prompt response, Gtk::Image was what I was looking for.
Genius might have limitations, but stupidity is no handicap Eat Kosher -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Yann LEYDIER Sent: Saturday, November 10, 2012 1:18 PM To: [email protected] Subject: Re: To instert a image Hullo, well obviously the Gtk::Image is meant to diplay an image. However, if you're going to display huge images, or if you want to draw overlays, you'll have to use a Gtk::DrawingArea and connect a function to its expose event to render what you want to display with Cairomm. yann On 10/11/12 19:12, Arbol One wrote: > Inside a window I am to insert an image, but I don't know if there is > a widget that best handle this. Any suggestions? > > This e-mail is for the sole use of the intended recipient and may > contain confidential or privileged information. Unauthorized use of > its contents is prohibited. If you have received this e-mail in error, > please notify sender immediately via return e-mail and then delete the > original e-mail. > > Let there come out of you a group of people inviting to all that is > good, enjoining what is right, and to strive against what is wrong: > They are the ones to attain respect and admiration, they are FSF, > GTK+, *NIX, SQLite... etc. > > Eat Kosher > <http://www.hanefesh.com/edu/kosher_Food_Symbols.htm#USAD:DocumentsDow > nloaded > Installations> > > > > _______________________________________________ > gtkmm-list mailing list > [email protected] > https://mail.gnome.org/mailman/listinfo/gtkmm-list > _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list _______________________________________________ gtkmm-list mailing list [email protected] https://mail.gnome.org/mailman/listinfo/gtkmm-list
