<label> and <clabel>

Creates Label and CLabel widget.
Example :

        <label text="Hello" >
                <font name="Helvetica" size="16" style="SWT.BOLD"/>
                <color fg-color="SWT.COLOR_RED"/>
        </label>
        <clabel text="CLabel Test" style="SWT.BORDER"/>
 
label