blob: 192c9b1c33807ab581bcc86656ba8b73b0c38192 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
text="Button Visible Test">
<Composite.layout>
<GridLayout numColumns="1"/>
</Composite.layout>
<Button Composite.visible="true" name="button" text="Has attached Property" />
</Composite>