3789983e89
Reviewed-by: darcy, ihse
20 lines
508 B
XML
20 lines
508 B
XML
<synth>
|
|
<style id="backingStyle">
|
|
<font name="Dialog" size="12" />
|
|
|
|
<state>
|
|
<color value="green" type="BACKGROUND" />
|
|
<color value="black" type="FOREGROUND" />
|
|
</state>
|
|
</style>
|
|
<bind style="backingStyle" type="REGION" key=".*" />
|
|
|
|
<style id="buttonStyle">
|
|
<state value="PRESSED and MOUSE_OVER">
|
|
<imagePainter method="buttonBackground" path="red.gif" center="true" />
|
|
</state>
|
|
</style>
|
|
<bind style="buttonStyle" type="REGION" key="Button" />
|
|
</synth>
|
|
|