wnipun / holly-gtk-widgets

Automatically exported from code.google.com/p/holly-gtk-widgets
0 stars 0 forks source link

Cannot attach HToolTip to Gtk.Image widget #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by fr.dan...@gmail.com on 24 May 2008 at 9:05

GoogleCodeExporter commented 9 years ago
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"  );  

Original comment by fr.dan...@gmail.com on 24 May 2008 at 10:04