blob: cd19b481a3b9c067c01689c64300fa698e081497 [file] [log] [blame]
<Shell xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
text="Menu Styles Test">
<Shell.layout>
<GridLayout numColumns="1"/>
</Shell.layout>
<Shell.menuBar>
<Menu x:style="BAR">
<MenuItem text="Cascade" x:style="CASCADE">
<MenuItem.menu>
<Menu x:style="DROP_DOWN ">
<MenuItem text="Message" Command="Message"/>
</Menu>
</MenuItem.menu>
</MenuItem>
</Menu>
</Shell.menuBar>
<Label text="Popup Menu Here ">
<Label.menu>
<Menu x:style="POP_UP">
<MenuItem text="Message" Command="Message"/>
</Menu>
</Label.menu>
</Label>
</Shell>