>>>> "drv" == Didier Verna
<didier(a)xemacs.org> writes:
> >Note how the code carefully creates a mw widget, and then
ignores it.
> >
> >Perhaps the XtSetValues call should be
> >
> >XtSetValues (mw, al, 1);
drv> I think you're right. Under X, all Xt derived widgets that create X
drv> windows outside the main application's window tree (this is the case for
drv> menus, dialogs and the like) are actually wrapped in Shell widgets. Some
drv> toolkits (Motif for instance) make this transparent to the programmer[1]. I
drv> think that this code just tries to find the real widget concerned by the
drv> update.
I don't understand the code, so I'm inclined not to change it without
proving there's a bug there. Project for Didier or some other
Xt-aware hacker?
Martin