From b748424735eefb7c7966c201539fc972922d7c46 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20Teuli=C3=A8re?= Date: Sat, 14 May 2005 10:38:26 +0000 Subject: [PATCH] * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image control --- doc/skins/skins2-howto.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/skins/skins2-howto.xml b/doc/skins/skins2-howto.xml index f90110eb87..88cdc63dd1 100644 --- a/doc/skins/skins2-howto.xml +++ b/doc/skins/skins2-howto.xml @@ -389,6 +389,11 @@ difficulty to understand how VLC skins work. Identifiant of a Bitmap. Required. + + 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 'resize' (the image is actually resized). Beware that the 'resize' behaviour is much slower than the 'mosaic' one, so make sure to use it only when it's really needed. + Default value: mosaic. + action Action triggered by a click on the control. Possible values are "move", to move the window, or "resizeSE" (SE as in South-East ; other directions will be added in the future) to resize the window in the corresponding direction. -- 2.39.2