blob: 86ef18fb4acc80a34ace04360824e1a402ef8a04 [file] [log] [blame]
<Composite xmlns="http://www.eclipse.org/xwt/presentation"
xmlns:x="http://www.eclipse.org/xwt"
x:Class="org.eclipse.xwt.tests.style.css.MainEventHandler" >
<Composite.layout>
<GridLayout numColumns="2" />
</Composite.layout>
<Text background="COLOR_BLUE" />
<Text x:style="MULTI"
text="Text{color:blue;background-color:red;}" ModifyEvent="updateCSSEngine" />
</Composite>