GTK+2 Application Themes

Alexander Toresson alexander.toresson at gmail.com
Thu Feb 8 18:16:29 CET 2007


On 2/8/07, Sergey Manucharian <aragats at photoclub.am> wrote:
> > > > Menu->Settings->User Interface Settings
> > >
> > >
> > >    This affects only the panel.
> >
>
> Hi,
>
> I'm trying to do another thing - make changes only to the panel.
> I've added a "panel" style in my .gtkrc-2.0 :
> ---------
> style "panel"
> {
>   bg[NORMAL]      = "#4052a9"
>   bg[PRELIGHT]    = "#7786cf"
>   bg[SELECTED]    = "#4052a9"
>   fg[NORMAL]      = "#ffffff"
>   text[NORMAL]    = "#ffffff"
>   text[SELECTED]  = "#ffff00"
>   base[NORMAL]    = "#7786cf"
>   base[SELECTED]  = "#4052a9"
> }
>
> widget_class "*Panel*"      style "panel"
> widget "*Panel*"            style "panel"
> class "*Panel*"             style "panel"
> ---------
>
> But this have no effect on the "child" objects, like menues and
> tooltips. Is there a way to make a fully custom panel without
> affecting the rest of stuff?
>
> Cheers,
> Sergey

I assume this is because the plugins don't set their popup widgets to
have a widget class of *Panel*.

Regards, Alexander Toresson



More information about the Xfce mailing list