[comp.windows.x] XtNameToWidget problem

tnt@ADEA-ATT.ARPA (Tom Teng) (06/21/88)

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?