Xref: utzoo comp.windows.x.motif:2685 comp.windows.x:35743 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!cs.uoregon.edu!ns.uoregon.edu!milton!gibdo!slh From: slh@gibdo.engr.washington.edu Newsgroups: comp.windows.x.motif,comp.windows.x Subject: Re: Way to get list of form's children? Keywords: form, Motif Message-ID: <1991Apr25.201446.8223@gibdo.engr.washington.edu> Date: 25 Apr 91 21:08:08 GMT References: <550@shrike.AUSTIN.LOCKHEED.COM> Sender: news@milton.u.washington.edu (News) Reply-To: slh@gibdo.engr.washington.edu (PUT YOUR NAME HERE) Organization: zippity Lines: 7 In article <550@shrike.AUSTIN.LOCKHEED.COM> behner@AUSTIN.LOCKHEED.COM (Ralph Behner) writes: |In Motif 1.0, I am creating a form and then creating children of the |form. Is there a way to later find out what the form's children are, |besides keeping track of them as created? something like: In R4 : XtGetChildren() & XtGetNumChildren() In R3 : children & num_children fields of the composite part