blob: a14039ff76f3c3b3a05c95e2e74d1170ee97f5f1 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt">
<Composite.layout>
<GridLayout numColumns="2"/>
</Composite.layout>
<Label text="Spinner(READ_ONLY): "/><Spinner x:style="READ_ONLY"/>
<Label text="Spinner(BORDER): "/><Spinner x:style="BORDER"/>
</Composite>