Rick Scott <[EMAIL PROTECTED]> writes:
> Sorry, I guess I was grep'ing with -i lesstif. There are a few
> references to lesstif in lwlib also. These seem to be comments that
> seem to have found a solution that is happy with LessTif and
> Motif. However, if it's not correct we should attempt to fix
> it. Some sounded sort of trivial (famous last words).
Ah, I see, sorry. I'm now checking one after the other.
The first one I checked is the problem mentioned in widget.c,
/* Do parents first, otherwise LessTif's geometry
management enters an infinite loop (as of 2000-01-15). */
XtVaSetValues (f->output_data.x->widget,
XtNheight, outer_widget_height + hdelta,
XtNwidth, outer_widget_width + wdelta, NULL);
XtVaSetValues (f->output_data.x->column_widget,
XtNheight, column_widget_height + hdelta,
XtNwidth, column_widget_width + wdelta, NULL);
XtVaSetValues ((Widget) ew,
XtNheight, pixel_height,
XtNwidth, pixel_width, NULL);
This seems to be fixed with current LessTif.