blob: f76309aa0a4d3dcf153cdf402179e4418b1a7bba [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>
<Form name="Form" text="Form Header Title">
<Form.body.layout>
<GridLayout numColumns="1" />
</Form.body.layout>
<Form.body>
<Button name="Form.Button" text="Form button" />
<Section name="Form.Section" x:style="Section.TITLE_BAR|Section.TWISTIE|Section.EXPANDED"
text="Section Two">
<Section.client>
<Label name="Form.Section.Label" text="test" />
</Section.client>
</Section>
</Form.body>
</Form>
</Composite>