blob: 050a6886c3f4f65acfd62104c32998f1176ed822 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<GridLayout numColumns="1" />
</Composite.layout>
<ExpandableComposite x:style="Section.TITLE_BAR|Section.TWISTIE|Section.EXPANDED" expanded="true" name="ExpandableComposite"
text="Expandable Composite">
<ExpandableComposite.client>
<Composite>
<Composite.layout>
<GridLayout numColumns="3" horizontalSpacing="5"
makeColumnsEqualWidth="false" marginBottom="0" marginHeight="5" marginLeft="0"
marginRight="0" marginTop="0" marginWidth="5" verticalSpacing="5" />
</Composite.layout>
<Label name="ExpandableComposite.Label" text="test" />
</Composite>
</ExpandableComposite.client>
</ExpandableComposite>
</Composite>