Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!snorkelwacker!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Finding the parent of a widget Message-ID: <9008072044.AA18079@lyre.MIT.EDU> Date: 7 Aug 90 20:44:51 GMT References: <9008071759.AA23290@zardoz.coral.com> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 7 There is a macro in the XmP.h (private functions/methods) called XtParent. I see no reason why this has been made private, but it works. In R4, XtParent() is also a public function, declared in Intrinsic.h. The macro is still declared in IntrinsicP.h for efficiency.