Path: utzoo!attcan!uunet!peregrine!elroy!ames!mailrus!ncar!gatech!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU ("Ralph R. Swick") Newsgroups: comp.windows.x Subject: Re: reparenting widgets Message-ID: <8808240026.AA08117@kth.se> Date: 23 Aug 88 22:00:27 GMT References: <1516@daisy.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Reply-To: xpert@athena.mit.edu Organization: The Internet Lines: 7 > are there any problems with using > XReparentWindow on the shell widget's window? In principle, no; many window managers do it all the time. In practice, for what you are trying to do, I'll make no guarantees. You will be better-off creating a new composite widget class to do what you want, and ignoring the ShellWidget returned by XtInitialize.