=== Overview ===
[xuni.git] / gui / raykelm / theme.xml
blobdf2c13f353f8616e6c1cb7bab5ef6556401390db
1 <?xml version="1.0"?>
2 <!-- gui/raykelm/theme.xml -->
3 <xuni-resource xuni-version="0.3.0" type="theme">
4     <name>raykelm</name>
5     <title>SDL_gui theme</title>
6     <author>Ray Kelm</author>
7     <description>
8         The theme used by the demos in Ray Kelm's SDL_gui.
9     </description>
10     
11     <widget type="theme" name="raykelm">
12         <width>100</width>
13         <height>100</height>
14         <visible>0</visible>
15         
16         <widget type="font">
17             <name>font-mono</name>
18             <ref>font/FreeMono</ref>
19         </widget>
20         
21         <widget type="font">
22             <name>font-sans</name>
23             <ref>font/FreeSans</ref>
24         </widget>
25         
26         <widget type="image">
27             <name>default cursor</name>
28             <path>../alienglow/cursor.png</path>
29             <width>100.0 / 8 * 0.75</width>
30             <height>100.0 / 8</height>
31         </widget>
32         
33         <widget type="image">
34             <name>check</name>
35             <path>../alienglow/check.png</path>
36             <width>100.0 / 30</width>
37             <height>100.0 / 30</height>
38         </widget>
39         
40         <widget type="image">
41             <name>corners-in-normal</name>
42             <path>tn-button-pressed.png</path>
43         </widget>
44         
45         <widget type="image">
46             <name>corners-in-hover</name>
47             <path>tn-button-pressed.png</path>
48         </widget>
49         
50         <widget type="image">
51             <name>corners-in-active</name>
52             <path>tn-button-pressed.png</path>
53         </widget>
54         
55         <widget type="image">
56             <name>corners-out-normal</name>
57             <path>tn-button-normal.png</path>
58         </widget>
59         
60         <widget type="image">
61             <name>corners-out-hover</name>
62             <path>tn-button-highlight.png</path>
63         </widget>
64         
65         <widget type="image">
66             <name>corners-out-active</name>
67             <path>tn-button-highlight.png</path>
68         </widget>
69         
70         <widget type="image">
71             <name>scroll-up</name>
72             <path>../alienglow/scrollbar.png</path>
73             <width>100.0 / 30.0</width>
74             <height>100.0 / 30.0</height>
75         </widget>
76         
77         <!-- !!! -->
78         <widget type="image">
79             <name>scroll-down</name>
80             <path>../alienglow/scrollbar.png</path>
81             <width>100.0 / 30.0</width>
82             <height>100.0 / 30.0</height>
83             <angle unit="degrees">180</angle>
84         </widget>
85     </widget>
86 </xuni-resource>