Path: utzoo!attcan!uunet!lll-winken!ames!apple!bloom-beacon!NUSVM.BITNET!ISSLCK From: ISSLCK@NUSVM.BITNET (Law Chee Keong) Newsgroups: comp.windows.x Subject: REPARENTING OF WIDGETS Message-ID: <8906070106.AA18157@expo.lcs.mit.edu> Date: 7 Jun 89 01:24:49 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 12 Hi! Does anyone out there know how to Reparent a widget? This means I want to remove a widget from its parent widget (most likely a composite widget) and then make it a child of another parent widget. There seems to be no easy way of doing this short of making a copy of the widget, then using XtDestroyWidget to remove it from its parent, then adding the copy of the widget to the new parent. I find this method yuckky. Any help on this greatly appreciated. -- C.K. Law