blob: 0a4e8740dfbaf9a289cbd0fe4d54b54ac94ee71f [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
x:Class="org.eclipse.xwt.tests.events.loaded.ButtonHandler">
<Shell.layout>
<GridLayout numColumns="2"/>
</Shell.layout>
<Button name="Button" text="Wrong result" loadedEvent="onLoaded"/>
</Shell>