Path: utzoo!attcan!uunet!husc6!bloom-beacon!ADEA-ATT.ARPA!tnt From: tnt@ADEA-ATT.ARPA (Tom Teng) Newsgroups: comp.windows.x Subject: XtNameToWidget problem Message-ID: <8806202101.AA08569@ai-att> Date: 20 Jun 88 21:01:03 GMT Sender: daemon@bloom-beacon.MIT.EDU Organization: The Internet Lines: 6 The XtNameToWidget function that translates a widget name to a widget instance doesn't take into account a primitive widget with popup childrens. This is used, for instance, with the HP Widget set when using their menu manager, menu panels, etc... Is the "if (!XtIsComposite(root)) return NULL;" to strong in NameListToWidget?