GTK+2 Application Themes
Sergey Manucharian
aragats at photoclub.am
Thu Feb 8 18:34:49 CET 2007
On Thu, 8 Feb 2007 18:16:29 +0100
"Alexander Toresson" <alexander.toresson at gmail.com> wrote:
> 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
For plugins - agree, but for launcher menus it doesn't work either.
May be other name for widget/class should be used?
Cheers,
Sergey
More information about the Xfce
mailing list