>>>> "Andy" == Andy Piper
<andy(a)xemacs.org> writes:
Andy> Its amazing what you can do with real documentation!
Andy> This is as the subject says and recommended for 21.4.
Andy> 2001-07-26 Andy Piper <andy(a)xemacs.org>
Andy> * lwlib-Xm.c (xm_update_progress): new function. Set Scale height
Andy> and width from normal height and width.
Andy> * lwlib-Xm.c (xm_create_progress): ditto.
Andy> * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress.
Andy> * lwlib.c (lw_get_value_arg): new function. Return an argument
Andy> based on its name.
Andy> * lwlib.h: declare it.
I notice side-effect of this change. When I start up, the gauge is
fairly large (because progress-feedback-style is 'large by default).
I set p-f-s to 'small via custom. The widget is now smaller than at
start up. I don't mind this, but it's different from what it used to
be: the gauge was always the same size and the location just the text
changed.
Ray
P.S. When progess-feedback-style is 'small, sometimes the text is
displayed to the right of the gauge and sometimes below. If I resize
the window, it sometimes shows the text to the right and it's
truncated, but without the truncation glyph. Not exactly sure how
that happens.