Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!decwrl!asente From: asente@decwrl.dec.com (Paul Asente) Newsgroups: comp.windows.x Subject: Re: Reparenting widgets Keywords: Xt Message-ID: <996@bacchus.dec.com> Date: 16 Dec 88 16:16:55 GMT References: <2151@stiatl.UUCP> Distribution: na Organization: DEC Western Software Lab Lines: 10 Although the toolkit supplies no support for reparenting widgets, I have successfully written a widget that reparents a window -- if that is any help. The basic idea was to add a resource that is the window to be reparented, and, in the Realize procedure, install this window in the core.window field of the widget and issue an XReparentWindow call. -paul asente asente@decwrl.dec.com decwrl!asente