Path: utzoo!mnetor!tmsoft!torsqnt!news-server.csri.toronto.edu!cs.utexas.edu!usc!ucsd!ucbvax!bloom-beacon!morgan.COM!jordan From: jordan@morgan.COM (Jordan Hayes) Newsgroups: comp.windows.x Subject: Re: Retrieving Application Class and Name Message-ID: <9011121808.AA02415@s6.Morgan.COM> Date: 12 Nov 90 18:08:49 GMT References: <9352@b11.ingr.com> Sender: daemon@athena.mit.edu (Mr Background) Organization: Morgan Stanley, & Co., Inc. / New York City, NY Lines: 14 Gerry Attilio asks: Is there any way to retrieve the application class and name that was specified to XtDisplayInitialize? Try this: void XtGetApplicationNameAndClass(display, name, class) Display *display; String *name; String *class; /jordan