how to change tooltips bg and fg color ?

Juha Kautto kautto.juha at kolumbus.fi
Mon Mar 6 21:18:43 CET 2006


This is gtk thing, not much to do with xfce, but since I just happened
to run into it:

http://www.gtk.org/faq/#AEN829  :

The tooltip's window is named "gtk-tooltips", GtkTooltips in itself is 
not a GtkWidget (though a GtkObject) and as such is not attempted to 
match any widget styles.

So, you resource file should look something like:

style "postie"
{
      bg[NORMAL] = {1.0, 1.0, 0.0}
}
widget "gtk-tooltips*" style "postie"

resource file = ~/gtkrc-2.0

/Juha

Marcin Deka wrote:

>hello,
>
>how to change tooltips bg and fg color ?
>
>
>brgs,
>_______________________________________________
>Xfce mailing list
>Xfce at xfce.org
>http://foo-projects.org/mailman/listinfo/xfce
>http://www.xfce.org
>  
>



More information about the Xfce mailing list