equal
deleted
inserted
replaced
|
1 <synth> |
|
2 <style id="backingStyle"> |
|
3 <font name="Dialog" size="12" /> |
|
4 |
|
5 <state> |
|
6 <color value="green" type="BACKGROUND" /> |
|
7 <color value="black" type="FOREGROUND" /> |
|
8 </state> |
|
9 </style> |
|
10 <bind style="backingStyle" type="REGION" key=".*" /> |
|
11 |
|
12 <style id="buttonStyle"> |
|
13 <state value="PRESSED and MOUSE_OVER"> |
|
14 <imagePainter method="buttonBackground" path="red.gif" center="true" /> |
|
15 </state> |
|
16 </style> |
|
17 <bind style="buttonStyle" type="REGION" key="Button" /> |
|
18 </synth> |
|
19 |