Re: Why doesn't this RC file work?
- From: Owen Taylor <otaylor redhat com>
- To: Chris Bitmead <chris bitmead bigfoot com>
- Cc: gtk-list redhat com
- Subject: Re: Why doesn't this RC file work?
- Date: 16 Feb 1999 02:12:41 -0500
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]