[comp.windows.x] some Xaw widget color bugs

klee%daisy%tekbspa%acornrc@AMES.ARC.NASA.GOV (Ken Lee) (08/24/88)

To whom it may concern:
The following Xaw widget color options don't seem to work correctly:

1.  foreground color for scrollbarWidget seems to be ignored
2.  background color for asciiStringWidget draws correctly, but then is
    overwriten by the parent's background color
3.  foreground color for clockWidget only affects the dial ticks, but not
    the clock hands

Do these work for anyone else?  I've tried setting foreground/background
for most of the Xaw widgets and other combinations seem to work OK.  I'm
using a Sun 386i, SunOS 4.0, and X11R2.

Ken Lee
Daisy Systems Corp.
--
uucp:  {ames!atari, ucbvax!imagen, nsc, pyramid, uunet}!daisy!klee
arpanet:  atari!daisy!klee@ames.arc.nasa.gov

Don't applaud, just throw money.

jim@EXPO.LCS.MIT.EDU (Jim Fulton) (08/24/88)

> 1.  foreground color for scrollbarWidget seems to be ignored

Fixed in R3.


> 3.  foreground color for clockWidget only affects the dial ticks, but not
>         the clock hands

Yup.  The hands resource are of instance "hands" and class "Foreground".  Use
the class name instead.