Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!samsung!sdd.hp.com!uakari.primate.wisc.edu!zaphod.mps.ohio-state.edu!swrinde!emory!rsiatl!meo From: meo@rsiatl.UUCP (Miles ONeal) Newsgroups: comp.windows.x Subject: Re: NameFromWidget ? Actions ? Message-ID: <2653@rsiatl.UUCP> Date: 1 Jun 90 05:06:29 GMT References: <9005301312.AA02215@ATHENA.MIT.EDU> Organization: Radiation Systems, Inc. (a thinktank, motorcycle, car and gun works facility) Lines: 15 ------------------------XtNmFrW.c------------------------ /* This belongs in the Commonly Asked Questions Guide For Xt Programmers... - meo */ #include char *XtNameFromWidget (W) Widget W; { return W->core.name; } ---------------------------------------------------------