yuki@rei.stars.flab.Fujitsu.JUNET (Hiroyuki YOSHIDA) (10/05/88)
When I tried to XtSetSensitive on a LabelWidget, the widget was forced to resize to the default width and height! Hacking the source codes, I found the reason; it is because the set_values procedure (SetValues) of LabelWidget *always changes* the width and/or height unless new values of them are not specified. Since XtSetSensitive calls XtSetValues to set the sensitive field, it makes the current widget become the default size. It's very curious to me! (Sorry for my poor English, or Janglish :-) -- Hiroyuki Yoshida yuki@flab.Fujitsu.JUNET yuki%flab.Fujitsu.JUNET@uunet.uu.NET