Path: utzoo!utgpu!news-server.csri.toronto.edu!clyde.concordia.ca!uunet!samsung!zaphod.mps.ohio-state.edu!wuarchive!mit-eddie!uw-beaver!Teknowledge.COM!unix!llustig!objy!objy!dave From: dave@objy.objy.com (Dave Hu) Newsgroups: comp.windows.x.motif Subject: Re: Grey-ing things out Message-ID: <1990Sep10.220746@objy.objy.com> Date: 11 Sep 90 05:07:46 GMT Sender: news@objy.com Reply-To: dave@objy.objy.com (Dave Hu) Organization: Objectivity Inc. Lines: 11 The XmNsensitive resource of the Core widget class generally controls this sort of behavior. When True, the widget accepts user input and has the "normal" appearance. When False, the widget no longer accepts user input and exhibits the "greyed" appearance. The Motif Programming Reference suggests using the XtSetSensitive function to manipulate this resource. I haven't tried this with a simple XmLabel or an XmForm, but since they inherit from the Core class, I think you've got a good chance of it working... Dave.