[Glade-devel] RE: tooltips
Damon Chaplin
damon@karuna.uklinux.net
08 May 2004 21:53:10 +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.
It is still saving tooltips for widgets like GtkLabel/GtkTable that
don't have them.
Also, it is saving tooltips if they are empty, e.g.
<property name="tooltip"></property>
It should probably not save them in that case.
Damon