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

[ale] GTK tooltip colors



On Monday 25 August 2003 04:37 pm, David Corbin wrote:
> Is there anyway to set a set the background color for tooltip windows in
> the GTK?  I"m not looking for a coding solution, but a user solution.

If the program is set up to parse an rc file, then you can.
Add something like:

style "tips"
{       
 bg[NORMAL] = {1.0, 1.0, 0.0}
}

widget "gtk-tooltips" style "tips"

Unable to test this right now - may require some adjustments :)

Irv

_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale