blob: 02db287cace50c2bc5ff50ccd5371049b1b8710d [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 name="buttonVisible" text="Visible(true)" visible="true"/>
<Button name="buttonNonVisible" text="Visible(false)" visible="false"/>
</Composite>