Common Widgets : Button and label widgets : Static label widgets

Static label widgets
Create static label widgets (CwLabel) using the createLabel:argBlock: convenience method. Static labels do not provide any special callbacks. The following code creates the example to its right.

Static label widget
label labelString: 'This is a label.'.
label manageChild.
shell realizeWidget.