|
|
Label class options apply to widgets created with the following SCO Visual Tcl commands:
VtLabel | VtOptionMenu | VtPulldown |
VtPushButton | VtToggleButton |
The following label class options are available:
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.