Re: [gtk-list] Re: styles and rc files.



On Sat, Jan 23, 1999 at 03:42:47PM -0700, Eden Li wrote:
> It seems to work for me if you say in your rc file:
> 
>    widget "*fuzzy" style "your_style"
> 
> It doesn't work when I use the marble 3D theme since it covers the colors with
> pixmaps.  So my guess is you're using a pixmap theme of some sort that hides
> the changes you make.  Try it without any themes and it _should_ work...

It does not.  I do not use themes nor I use pixmaps.  I just try to modify
the fonts.  Here is my complete rc file:

style "base"{
        font = "-ttf-tahoma-medium-r-normal-*-10-*-*-*-*-*-*-*"
}

style "first" = "base"
{
        font = "-ttf-tahoma-bold-r-normal-*-10-*-*-*-*-*-*-*"
}

style "fuzzy" = "base"
{
        bg[NORMAL] = { 0.50, 0.50, 0.50 }
}

# widget "*GtkList*fuzzy" style "fuzzy"
widget "*fuzzy" style "fuzzy"
# widget "*GtkList*first" style "first"
widget "*first" style "first"
# widget "*GtkList*base" style "base"
widget "*base" style "base"

Is it OK?

--
Mike



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