blob: 081c969ff156e91a3fb4210667cdf6b6f68df926 [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>
<Label name="Form.Label" text="form label" />
<Button name="Form.Button" text="Form button" />
</Form.body>
</Form>
</Composite>