Path: utzoo!attcan!uunet!world!decwrl!wuarchive!zaphod.mps.ohio-state.edu!samsung!munnari.oz.au!brolga!citrus.citr.uq.oz.au!geoff From: geoff@citrus.citr.uq.oz.au (Geoff Thompson) Newsgroups: comp.windows.x Subject: XtCvtStringToPixel Message-ID: <1990Oct3.080545.21003@brolga.cc.uq.oz.au> Date: 3 Oct 90 08:05:45 GMT Sender: news@brolga.cc.uq.oz.au Reply-To: geoff@citrus.citr.uq.oz.au (Geoff Thompson) Organization: CiTR, University of Queensland, Brisbane, Australia Lines: 21 Nntp-Posting-Host: citrus.citr.uq.oz.au The thrust of this project is to mimic lights on a PABX console. I am using OSF/Motif on a DECstation 3100. The screen has lots of pushbutton widgets in one area. They respond to signals from the PABX, and change colour to indicate to the operator to push that particular button. Another signal from the PABX will release the button. The sequence is : PushButton in normal display. (popped out appearance) Outside signal received - paint face a bright colour (say red) User pushes - original colour - pushed in appearance. (set()) - callback is performed. (notify()) leave it like this until ... Different signal - Back to original popped out look. (unset()). I want to use XtCvtStringToPixel. I cannot find the right file to include. Can anyone help ? Thanks for reading me, Geoff Thompson.