Path: utzoo!utgpu!news-server.csri.toronto.edu!orasis.vis.toronto.edu!tjhorton Newsgroups: comp.windows.x.motif From: tjhorton@vis.toronto.edu ("Timothy J. Horton") Subject: Re: How to re-manage the same child widget Message-ID: <91May15.224003edt.8838@orasis.vis.toronto.edu> Organization: Department of Computer Science, University of Toronto References: <9105132043.AA11128@11128> Distribution: inet Date: 16 May 91 02:40:21 GMT Lines: 10 jerryl@is.Morgan.COM (Jerry Liebelson) writes: > We have an application the needs to show the same XmList with the same >data in more than one place. The list is not very big and we don't want >put it in a popup. But it's also cumbersome and inefficient and to manage >multiple instances if the widget. > QUESTION: Is there an efficient, trouble-free way to unmanage and re-manage >once instance of this XmList under different parent container widgets, which >themselves might be contained within different shell widgets? XtReparent (I think that's what it's called -- no books nearby).