Andy Piper <andyp(a)parallax.co.uk> writes:
At 08:24 PM 6/13/98 -0500, William M. Perry wrote:
> The problem (or at least a _very_ similar looking one here) is that the
>'toolbar' face has a background of 'white', and xpm-color-symbols
says:
>
>("backgroundToolBarColor"
> (or
> (and (featurep (quote x))
> (x-get-resource "backgroundToolBarColor"
"BackgroundToolBarColor"
'string))
> (face-background 'toolbar)
> "Gray80"))
>
>Try doing:
>
>(set-face-background 'toolbar "gray80")
This is my change. If you don't have toolbar face set or
backgroundToolBarColor set then the default fallback is the background
color. This is consistent (#-O) with the modeline behaviour. This change
is needed otherwise you can't set the toolbar color under mswindows. If
I had my way gui-element face would be set.
This is totally broken. You should not have to define a face to have
XEmacs come up correctly. The _only_ thing I have in my personal
Xresources is
Emacs.Foreground: black
emacs.Background: white
Emacs.default.attributeBackground: white
Emacs.modeline.attributeBackground: Gray75
Emacs*XlwScrollBar*knobStyle: dimple
Emacs*XlwScrollBar*ShadowThickness: 1
And is all I have had in there for the past god knows how many years.
And all of a sudden my toolbar buttons got hosed. We should _not_ be
relying on something like the default background color to be the same as
the toolbar color.
Why exactly couldn't the color be set under windows?
-Bill P.