[Gtk-sharp-list] ImageMenuItem.SetImage method

Christopher David Howie me at chrishowie.com
Sat Jul 3 12:43:07 EDT 2010


On 7/3/2010 6:49 AM, LordPhoenix wrote:
> I would like to create a menu item with an external file as image so 
> I've looked for ImageMenuItem.SetImage method but find nothing 
> approaching. Does someone know any way to get same result with
> another way?

ImageMenuItem actually just contains another widget to display the
image.  So you can use any widget to provide the image.  Try this:

imageMenuItem.Image = new Gtk.Image(yourGdkPixbuf);

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers

If you correspond with me on a regular basis, please read this document:
http://www.chrishowie.com/email-preferences/

PGP fingerprint: 2B7A B280 8B12 21CC 260A DF65 6FCE 505A CF83 38F5

------------------------------------------------------------------------
                    IMPORTANT INFORMATION/DISCLAIMER

This document should be read only by those persons to whom it is
addressed.  If you have received this message it was obviously addressed
to you and therefore you can read it.

Additionally, by sending an email to ANY of my addresses you are
agreeing that I am, by definition, "the intended recipient," and that I
may do whatever I wish with the contents of any message you send me,
unless a pre-existing agreement prohibits me from so doing.

This overrides any disclaimer or statement of confidentiality that may
be included on your message.


More information about the Gtk-sharp-list mailing list