Xref: utzoo comp.windows.x:34189 comp.windows.x.motif:2199 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!elroy.jpl.nasa.gov!decwrl!adobe!asente From: asente@adobe.com (Paul Asente) Newsgroups: comp.windows.x,comp.windows.x.motif Subject: Re: Most efficient way of managing children Message-ID: <12731@adobe.UUCP> Date: 19 Mar 91 00:09:22 GMT References: <271@trwacs.UUCP> <1991Mar12.105726.20269@Think.COM> <404@bpa44.sbi.com> Sender: news@adobe.COM Followup-To: comp.windows.x Organization: Adobe Systems Inc. Lines: 19 In article <404@bpa44.sbi.com> sivan@bpa44.sbi.com (Sivan Mahadevan) writes: >I'd like to know what is the most efficient (in time) way of managing >a tree of widgets. Before realization, it makes no difference at all whether you manage children one at a time, in bunches, or all at once. There is no difference between creating each child with XtCreateManaged widget and creating each child with XtCreateWidget and then managing them later with XtManageChildren. After realization, it is much more efficient to batch management calls up as much as possible with XtManageChildren. -paul asente asente@adobe.com ...decwrl!adobe!asente Ratz put a bucket of liquid in front of me. "I wanted a glass of docs, Ratz. What the hell is this?" I barked. "Motif don't fit in a glass anymore," he barked back. I looked at the liquid. It was totally opaque to me.