<?xml version="1.0" encoding="utf-8"?>
<Shell name="shell" descriptors="xworker.swt.widgets.Shell" text="GridLayout"
RESIZE="true" width="640" height="480" label="GridLayout">
<FillLayout name="shellFillLayout"></FillLayout>
<Group name="group" text="GridLayout" label="GridLayout">
<GridLayout name="groupGridLayout" numColumns="2"></GridLayout>
<ExtendWidget name="CCombo" extendWidgetPath="xworker.example.swt.custom.CCombo/@group"></ExtendWidget>
<ExtendWidget name="CLabel" extendWidgetPath="xworker.example.swt.custom.CLabel/@group">
<GridData name="cableGriData" style="FILL_HORIZONTAL"></GridData>
</ExtendWidget>
<ExtendWidget name="CTabFolder" extendWidgetPath="xworker.example.swt.custom.CTabFolder/@group">
<GridData name="ctabFolderGridData" style="FILL_BOTH" horizontalSpan="2"></GridData>
</ExtendWidget>
</Group>
</Shell>