<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="CLabel"
RESIZE="true" width="640" height="480" label="CLabel">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="Custom Labels" label="Custom Labels">
<RowLayout name="rowLayout"></RowLayout>
<Resource name="resources">
<Image name="img1" imageFile="icons/accept.png"></Image>
<Image name="img2" imageFile="icons/add.png"></Image>
</Resource>
<CLabel name="one" image="img1" text="One"></CLabel>
<CLabel name="two" image="img2"></CLabel>
<CLabel name="three" _xmeta_id_="tow" style="WRAP">
<text><![CDATA[The quick brown fox jumps the lazy dog.
Onw Tow Three.]]></text>
</CLabel>
</Group>
</Shell>