blob: 2d6bbf8fff431ceaa321ef483dbd5c3448460a3b [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
x:Class="org.eclipse.xwt.tests.name.Name"
text="NameT test">
<Shell.layout>
<GridLayout numColumns="2"/>
</Shell.layout>
<Label Name="Message"/>
<Button SelectionEvent="handleButton" Text="Click Here"/>
</Shell>