[9329] in The GTK GIMP ToolKit mailing list archive
[gtk-list] Re: style/rcfile question
daemon@ATHENA.MIT.EDU (Owen Taylor)
Thu Oct 15 09:41:56 1998
To: gtk-list@redhat.com
From: Owen Taylor <otaylor@redhat.com>
Date: 15 Oct 1998 09:52:39 -0400
In-Reply-To: Scott Stone's message of "Thu, 15 Oct 1998 13:44:42 +0900 (JST)"
Resent-From: gtk-list@redhat.com
Reply-To: gtk-list@redhat.com
Scott Stone <sstone@ume.pht.co.jp> writes:
> OK, Is it possible to have two buttons in the same window look different?
> Ie, if I create a style 'specialbutton1', I can say:
>
> widget "specialwindow1.*GtkButton*" style "specialbutton1"
>
> and then define my main window as being named 'specialwindow1', and then
> the buttons look right. But, can I do something like:
>
> widget "specialbutton1" style "specialbutton1"
>
> and just name an individual button 'specialbutton1'? I tried, didn't
> work. I tried:
>
> widget "specialbutton1.GtkButton" style "specialbutton1"
>
> as well, which the tutorial says should work (with a 'confirm this'
> sidenote). Didn't work either. What's the right way?
widget "*.specialbutton1" style "specialbutton1"
(If you also want the style to apply to the label inside the
button, you might want:
widget "*.specialbutton1*" style "specialbutton1"
)
Regards,
Owen
--
To unsubscribe: mail -s unsubscribe gtk-list-request@redhat.com < /dev/null