blob: 4db6cd33cc3d1f3d4e2b9503137874ec6e03d223 [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
text="Button Visible Test">
<Shell.layout>
<GridLayout numColumns="1"/>
</Shell.layout>
<Button name="buttonVisible" text="Visible(true)" visible="true"/>
<Button name="buttonNonVisible" text="Visible(false)" visible="false"/>
</Shell>