Path: utzoo!attcan!uunet!lll-winken!lll-tis!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: reparenting widgets Message-ID: <8808232200.AA12144@LYRE.MIT.EDU> Date: 23 Aug 88 22:00:27 GMT References: <1516@daisy.UUCP> Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 6 > 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.