From e80e7b22dec26eb2f672a59135b950df66b3f040 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Cl=C3=A9ment=20Stenac?= Date: Wed, 12 Apr 2006 08:13:14 +0000 Subject: [PATCH] Document (Closes:#611) --- doc/skins/skins2-howto.xml | 27 +++++++++++++++++++++++---- 1 file changed, 23 insertions(+), 4 deletions(-) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 3791898c83..f2e2a8ab80 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -238,7 +238,7 @@ difficulty to understand how VLC skins work. Font - Declares a font to be used in a Text or Playlist. + Declares a font to be used in a Text or Playtree. id Identifiant of the font that will be used with controls. @@ -395,7 +395,7 @@ difficulty to understand how VLC skins work. Attributes common to all the controls - The following attributes are common to all the controls (Image, Button, Checkbox, Text, Slider, RadialSlider, Playlist, Video) + The following attributes are common to all the controls (Image, Button, Checkbox, Text, Slider, RadialSlider, Playtree, Video) id Identifiant of the control. Currently unused. @@ -613,7 +613,7 @@ difficulty to understand how VLC skins work. value - Variable controlled by the slider. This must be a percentage variable, e.g "volume" or "time" (only exception: the Slider defined inside the Playlist tag does not need to set this attribute). + Variable controlled by the slider. This must be a percentage variable, e.g "volume" or "time" (only exception: the Slider defined inside the Playtree tag does not need to set this attribute). Default value: none @@ -681,7 +681,12 @@ difficulty to understand how VLC skins work. - Playlist + Playlist + This tag used to create a playlist. This tag is deprecated, you should now use Playtree + + + + Playtree Create a playlist. This tag must contain a Slider tag (to allow scrolling in the playlist). See the common attributes. @@ -734,6 +739,20 @@ difficulty to understand how VLC skins work. Background color for even playlist items. This attribute is ignored if the bgimage one is used. Default value: #FFFFFF + + flat + Boolean to indicate whether the playlist should use the tree structure or be completely "flat" (only show the leafs of the tree). + A flat playtree will work like old-style playlists. + Default value: false + + + openimage + Identifiant of a Bitmap shown to the left of a node, when it is expanded. + + + closedimage + Identifiant of a Bitmap shown to the left of a node, when it is retracted. + -- 2.39.2