Path: utzoo!attcan!uunet!cs.utexas.edu!tut.cis.ohio-state.edu!bloom-beacon!EXPO.LCS.MIT.EDU!kit From: kit@EXPO.LCS.MIT.EDU (Chris D. Peterson) Newsgroups: comp.windows.x Subject: Re: Converting arguments Message-ID: <8904241915.AA05612@expo.lcs.mit.edu> Date: 24 Apr 89 19:15:47 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 13 [ trantor.harris-atd.com!mac@sdcsvax.ucsd.edu (Mike McDonald) writes: ] > In my application, I'm trying to set a widgets arguments given a > string containing the ascii representation. (They user typed in the > value.) XtSetValues() doesn't do me any good since it wants the value > and not its printed representation... Use XtConvert() to get the value in the right format then XtSetValues() to set the value into the widget. Chris D. Peterson MIT X Consortium