Issue 1: Cannot attach HToolTip to Gtk.Image widget
Status:  Accepted
Owner:
Project Member Reported by fr.dan...@gmail.com, May 24, 2008
Steps:
1. Add a Gtk.Image widget to form
2. HToolTip.AddToolTip( widget, "title 1", "text"  );  

What is the expected output? 
the tooltip when i mouve the pointer over the image

What do you see instead?
nothing

 
May 24, 2008
Project Member #1 fr.dan...@gmail.com
done, but you have to add the Gtk.Image into an EventBox and add the tooltip to the
eventbox like this:
HToolTip.AddToolTip( eventbox, "title 1", "text"  );