blob: f109c63820a63a004659b03f71ec0c492bcc66cb [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="Text(SINGLE): "/><Text x:style="SINGLE" text="Text Sample"/>
<Label text="Text(MULTI): "/><Text x:style="MULTI" text="Text Sample"/>
<Label text="Text(PASSWORD): "/><Text x:style="PASSWORD" text="Text Sample"/>
<Label text="Text(SEARCH): "/><Text x:style="SEARCH" text="Text Sample"/>
</Composite>