Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!snorkelwacker!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph Swick) Newsgroups: comp.windows.x Subject: Re: Stuff a window inside a form widget (repost) Message-ID: <9008071549.AA17728@lyre.MIT.EDU> Date: 7 Aug 90 15:49:50 GMT References: <3094@media-lab.MEDIA.MIT.EDU> Sender: daemon@athena.mit.edu (Mr Background) Organization: The Internet Lines: 10 I'm trying to make a window a child of a form widget. Is there a Xlib or Xt call that will let you do this? I.e. I'm trying to display the contents of a window (created a priori) within the form widget of my appications. I'd suggest that you subclass Core and add an XtNwindow resource. The realize proc of this new class stuffs this resource into the core.window field, possibly also re-parenting it.