Re: Why doesn't this RC file work?




Chris Bitmead <chris.bitmead@bigfoot.com> writes:

> One more question...
> I tried that and it worked for the foreground writing, but no matter
> what I do it doesn't seem to alter the background of the button.
> 
> > 
> >  GtkWindow.foo
> > 
> > and the label inside it:
> > 
> >  GtkWindow.foo.GtkLabel
> > 
> > you problem meant:
> > 
> > widget "*.foo.*" style "foo-style"

Sorry about that. Try:

 widget "*.foo*" style "foo-style"

(note the lack of the second period) The first pattern I gave
matches GtkWindow.foo.GtkLabel but not GtkWindow.foo.

Regards,
                                        Owen



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