Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: Text Background Message-ID: <8907071348.AA07460@LYRE.MIT.EDU> Date: 7 Jul 89 13:48:44 GMT References: <164@cerc.wvu.wvnet.edu.edu> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 18 Date: 3 Jul 89 14:56:29 GMT From: uflorida!haven!h.cs.wvu.wvnet.edu!cerc.wvu.wvnet.edu!dbb@gatech.edu (Dice Blackboard) After the XtRealizeWidget invocation, We are trying to set the text widget background using : XtSetArg(arg[0], XtNbackground, 1); XtSetValues(widget_id, arg, 1); It does not seem to work. Any ideas ? If you're using the Xaw Text widget, it's broken. Most things that you'd like to change with XtSetValues can't be changed. Improvements are planned...