Path: utzoo!attcan!utgpu!jarvis.csri.toronto.edu!rutgers!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: Getting Widget resources before creating the widget Message-ID: <8906151836.AA19290@LYRE.MIT.EDU> Date: 15 Jun 89 18:36:24 GMT References: <14660@pasteur.Berkeley.EDU> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 7 > I have now run into enough cases where I need this functionality, that > I can no longer think of workarounds. What I need to do is get certain > resource values about a widget that I am *about* to create. There is no pre-packaged function that will do this all at once for you. Most of the pieces you need to build such a function do exist. See XrmGetResource and XtConvert.