| GTK Platform color settings [message #117470] | 
Wed, 27 August 2003 14:34   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Originally posted by: dcorbin.imperitek.com 
 
Portions of eclipse use "platform colors"  I cannot find any  
documentation on how to set GTK colors, except on a per-application basis. 
 
My specific need at the moment is tooltip background colors.
 |  
 |  
  | 
 | 
| Re: GTK Platform color settings [message #118906 is a reply to message #117561] | 
Thu, 28 August 2003 13:47   | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Originally posted by: dcorbin.imperitek.com 
 
Stein M. Eliassen wrote: 
> David Corbin wrote: 
>  
>>     Portions of eclipse use "platform colors"  I cannot find any  
>> documentation on how to set GTK colors, except on a per-application  
>> basis. 
>> 
>> My specific need at the moment is tooltip background colors. 
>> 
>  
> Not sure if you have seen it, but  
> http://eclipsewiki.swiki.net/139#color_gtk describe how to set  
> platform-colors. 
>  
> Does it help to add the following to ~/.gtkrc? 
>  
> style "tooltips" 
> { 
>   font = "-adobe-helvetica-medium-r-normal--*-240-*-*-*-*-*-*" 
>   fg[NORMAL] = { 0, 0, 58000 }                  # blue 
>   bg[NORMAL] = { 65000, 65000, 40000 }                  # yellow 
> } 
>  
> # Set Tooltips (GTK 1.1). 
> widget "gtk-tooltips" style "tooltips" 
>  
> Stein 
>  
 
 
"I wasn't aware of that.  It work OK as a stop-gap, but Eclipse will be  
better when it stops relying half on platform settings and half on  
custom settings."
 |  
 |  
  | 
Powered by 
FUDForum. Page generated in 0.13379 seconds