blob: 6f0ca34e95898999c08f7085964ffcd3f439e99e [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>
<Composite.Resources>
<Style x:Key="any" TargetType="Label">
<Setter Property="Background" Value="Red"/>
</Style>
</Composite.Resources>
<Label Text="Hello"/>
</Composite>