[Glade-devel] Glade 3 development
Damon Chaplin
damon@karuna.uklinux.net
07 May 2004 16:51:12 +0100
On Thu, 2004-05-06 at 21:54, Joaquin Cuenca Abela wrote:
>
> Damon wrote:
> >
> > o The tooltip property isn't working. For lots of widgets it doesn't
> > even appear.
>
> I've fixed this one. The only thing that it's missing is to remove the
> tooltip if the user sets it back to nothing. Is there any way to remove an
> existing tooltip? Other than having a GtkTooltips by GtkWidget, and
> disabling the GtkTooltips of the concerned widget, I don't see any other
> way.
gtk_tooltips_set_tip (tooltips, widget, NULL, NULL) should remove it,
I think. Doesn't that work?
Damon