Path: utzoo!attcan!uunet!seismo!sundc!pitstop!sun!amdcad!ames!mailrus!tut.cis.ohio-state.edu!bloom-beacon!ATHENA.MIT.EDU!swick From: swick@ATHENA.MIT.EDU (Ralph R. Swick) Newsgroups: comp.windows.x Subject: Re: set_values procedure of LabelWidget (X11R2) Message-ID: <8810061415.AA14656@LYRE.MIT.EDU> Date: 6 Oct 88 14:15:02 GMT References: Sender: daemon@bloom-beacon.MIT.EDU Organization: DEC/MIT Project Athena Lines: 9 > When I tried to XtSetSensitive on a LabelWidget, the widget was forced > to resize to the default width and height! Ok. I've relented. I still claim that whether the label actually changes size or not is a function of the constraints imposed by the parent. However, in R3 Xaw/LabelWidgetClass will have an additional Boolean resource, XtNresize, to allow you to tell Label to not bother trying to resize in it's SetValues method. The default will be True, to remain compatible with existing applications.