Re: [gtk-list] Re: how do i set the tooltip color?



Except that I think they get the same style as
popup windows.  That tends to give low constrast in
most themes.  (Indeed basically all the time)

Would a patch to add 

  GdkColor tooltip_fg;
  GdkColor tooltip_bg;
  GdkGC   *tooltip_fg_gc;
  GdkGC   *tooltip_bg_gc;

to GtkStyle be acceptable?
(So that tooltips could be themed separately...)

- Dave

On Fri, 18 Feb 2000, Donna S. Martin wrote:

> You are having problems setting the tooltips
> color from within your program because.....
> you can't.  Regardless of what the documentation
> says about gtk_tooltips_set_color() it is a no-op.
> There has been some discussion about this in the
> archives, the main point being tooltips colors
> are to be user preference...so can be set in a
> style or with a theme.
> 
> HTH,
> Donna



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