Still can't get tooltips background to be yellow



Good afternoon,

I found Owen's comments in the archive (see below) about how to make the
tooltips background yellow.  I still can't seem to make it work.  I can
affect the color of the text in the tooltips, although I had to make the
following RC-file adjustment:

   class "GtkTooltips" style ...

but no matter what I do with any of the bg[xxxx] directives, I get
nothing with the background.  

gtk-config tells me I'm using version 1.2.1.

Appreciate any thoughts on this.

Also, as an aside, does anyone know _why_ Redhat had to close off the
mailing list archive during the SEC-mandated quiet period?

Thanks,
Jim

jwatson0@erols.com

> 
> These functions are deprecated and non-functional. (Tooltips
> shouldn't be a different color for each application...)
> 
> The right way to set tooltips colors is to do something like
> the following in a gtkrc file:
> 
> ===
> style "gtk-tooltips-style" {
>   bg[NORMAL] = "#ffffc0"
> }
> 
> widget "gtk-tooltips" style "gtk-tooltips-style"
> ===
> 
> Actually, GTK+ should really have yellow tooltips by
> default; perhaps we should put this in $prefix/etc/gtk/gtkrc
> when we install.
> 
> Regards,
>                                         Owen
> 
> END--------------cut here-------------



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]