Sets whether the widget shrinks or expands to
accommodate its content (label or pixmap)
(Graphical only). The default is ``True''.
If ``True'', the widget shrinks or
expands to exactly fit the label string
or pixmap. If ``False'',
the widget never attempts to change size on its own.
If a label that is going to have several different
length strings displayed in it, you may want to use the
-recomputeSize FALSE command. This
ensures that the label does not resize every time a
different length string is displayed. If you allow the
label to resize, the form will also resize around it unless
you specified the -resizable FALSE
option on your form. When you use -recomputeSize
FALSE on your label, make sure that your
label is the size you want it to be when it is created. You
can do this with attachments to the form or other
widgets, or you can specify the width of the label.