Path: utzoo!attcan!uunet!seismo!dimacs.rutgers.edu!rutgers!usc!wuarchive!mit-eddie!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: access to Xt resources Message-ID: <9007252208.AA02624@lyre.MIT.EDU> Date: 25 Jul 90 22:08:16 GMT References: Sender: daemon@athena.mit.edu (Mr Background) Organization: DEC/MIT Project Athena Lines: 15 Is there any way get at the compiled and merged set of resources that Xt uses for widgets? XtDatabase() will give you a handle for the merged resource database constructed by Xt. 1. only deal with resource names that are compiled in 2. not deal with requests with emedded dots In Xt, the name/class separators correspond to an arbitrary Object hierarchy. You can fetch these resources in multiple ways, but the way that looks most like your code example is XtGetApplicationResources(). Applications can easily "compile in" their own resources.