<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="RowLayout"
RESIZE="true" width="640" height="480" label="RowLayout">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="RowLayout" label="RowLayout">
<RowLayout name="groupRowLayout" type="SWT.VERTICAL"></RowLayout>
<ExtendWidget name="CCombo" extendWidgetPath="xworker.example.swt.custom.CCombo/@group">
<RowData width="400"></RowData>
</ExtendWidget>
<ExtendWidget name="CLabel" extendWidgetPath="xworker.example.swt.custom.CLabel/@group"></ExtendWidget>
<ExtendWidget name="CTabFolder" extendWidgetPath="xworker.example.swt.custom.CTabFolder/@group"></ExtendWidget>
</Group>
</Shell>