blob: 89ec0c7160213b0e858ddcd1cbf4618ef975874d [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="Slider(Horizontal): "/><Slider x:style="HORIZONTAL"/>
<Label text="Slider(Vertical): "/><Slider x:style="VERTICAL"/>
</Composite>