blob: b1f13c3c685aa56045ef32d18da63d3f929dab96 [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_x"
text="NameT test">
<Shell.layout>
<GridLayout numColumns="2"/>
</Shell.layout>
<Label x:Name="Message"/>
<Button SelectionEvent="handleButton" Text="Click Here"/>
</Shell>