]> git.sesse.net Git - vlc/commitdiff
* skin.dtd : add Playtree stuff
authorAntoine Cellerier <dionoea@videolan.org>
Sat, 20 Aug 2005 00:20:53 +0000 (00:20 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Sat, 20 Aug 2005 00:20:53 +0000 (00:20 +0000)
 * playtree.vlt : default.vlt modified to use a Playtree instead of a
                  Playlist

share/skins2/playtree.vlt [new file with mode: 0644]
share/skins2/skin.dtd

diff --git a/share/skins2/playtree.vlt b/share/skins2/playtree.vlt
new file mode 100644 (file)
index 0000000..0776e2b
Binary files /dev/null and b/share/skins2/playtree.vlt differ
index 2bb48391244565c6a6350864cd3da6c1755860c8..6e4ed5690ff68357d1e5444ad5b267d265c25e63 100644 (file)
@@ -58,7 +58,7 @@
         maxheight   CDATA   "-1"
     >
 <!ELEMENT Group (Group|Image|Button|Playlist|Slider|RadialSlider|Text|Checkbox|
-                 Anchor|Video)+>
+                 Anchor|Video|Playtree)+>
     <!ATTLIST Group
         x           CDATA   "0"
         y           CDATA   "0"
         selcolor    CDATA   "#0000FF"
         help        CDATA   ""
     >
+<!ELEMENT Playtree (Slider)?>
+    <!ATTLIST Playtree
+        id          CDATA   #REQUIRED
+        visible     CDATA   "true"
+        x           CDATA   "0"
+        y           CDATA   "0"
+        width       CDATA   "0"
+        height      CDATA   "0"
+        lefttop     CDATA   "lefttop"
+        rightbottom CDATA   "lefttop"
+        font        CDATA   #REQUIRED
+        bgimage     CDATA   "none"
+        itemimage   CDATA   "none"
+        openimage   CDATA   "none"
+        closedimage CDATA   "none"
+        fgcolor     CDATA   "#000000"
+        playcolor   CDATA   "#FF0000"
+        bgcolor1    CDATA   "#FFFFFF"
+        bgcolor2    CDATA   "#FFFFFF"
+        selcolor    CDATA   "#0000FF"
+        help        CDATA   ""
+    >
 <!ELEMENT Video EMPTY>
     <!ATTLIST Video
         id          CDATA   "none"