From fe44d66bf432f5b077dff97b6015b78b761eb11f Mon Sep 17 00:00:00 2001 From: Erwan Tulou Date: Sat, 22 Jun 2013 19:17:58 +0200 Subject: [PATCH] skins2: update documentation (width/height for image and slider) --- doc/skins/skins2-howto.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index 1db076ca44..2f1599d32b 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -524,6 +524,16 @@ difficulty to understand how VLC skins work. Identifiant of a Bitmap. Required. + + width + Width of the image. If set, this width supersedes the actual width of the image. The initial resizing takes the resize policy into account + Default value: -1 + + + height + Height of the image. If set, this height supersedes the actual height of the image. The initial resizing takes the resize policy into account + Default value: -1 + resize Since VLC 0.8.2. Specify the behaviour of the image when it is resized. Possible values are 'mosaic' (the image is repeated as many times as necessary to reach the wanted dimensions) and 'scale' (the image is actually rescaled). Beware that the 'scale' behaviour is much slower than the 'mosaic' one, so make sure to use it only when it's really needed. @@ -714,6 +724,16 @@ difficulty to understand how VLC skins work. 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 + + width + Width of the slider. If set, this width supersedes the actual width of the slider computed from the curve width. (new after VLC 2.1.0) + Default value: -1 + + + height + Height of the slider. If set, this height supersedes the actual height of the slider computed from the curve height. (new after VLC 2.1.0) + Default value: -1 + tooltiptext Tooltip associated with the slider. See also Text variables. -- 2.39.2