]> Dogcows Code - chaz/openbox/blobdiff - data/themerc.xsd
add toggled-pressed and toggled-hover button states to themes. also rename toggled...
[chaz/openbox] / data / themerc.xsd
index 621f99c67a8e1f1cc2476c663e19c0b8f493de6d..a122c3a44917a14bda2fded8948d50402b47a083 100755 (executable)
       <xs:element name="pressed" type="obt:buttonarea" minOccurs="0"/>
       <xs:element name="hover" type="obt:buttonarea" minOccurs="0"/>
       <xs:element name="disabled" type="obt:buttonarea" minOccurs="0"/>
-      <xs:element name="toggled" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-unpressed" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-pressed" type="obt:buttonarea" minOccurs="0"/>
+      <xs:element name="toggled-hover" type="obt:buttonarea" minOccurs="0"/>
     </xs:all>
   </xs:complexType>
 
This page took 0.019541 seconds and 4 git commands to generate.