Added the <color> tag used in <setup> to setup pre-defined colors. Check docs to see how it's done.

This was SVN commit r2548.
This commit is contained in:
Gee
2005-07-25 19:07:06 +00:00
parent b1ef166bf3
commit c6c8bdc6cd
+9 -1
View File
@@ -107,10 +107,11 @@
<!--
<setup>
-->
<!ELEMENT setup (icon|scrollbar|tooltip)*>
<!ELEMENT setup (icon|scrollbar|tooltip|color)*>
<!ELEMENT scrollbar EMPTY>
<!ELEMENT icon EMPTY>
<!ELEMENT tooltip EMPTY>
<!ELEMENT color (#PCDATA)>
<!--
<scrollbar>
@@ -163,6 +164,13 @@
hide_object CDATA #IMPLIED
>
<!--
<color>
-->
<!ATTLIST color
name CDATA #REQUIRED
>
<!--
<sprites>