From: Olivier Teulière Date: Sat, 14 May 2005 10:38:26 +0000 (+0000) Subject: * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image X-Git-Tag: 0.8.2~229 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b748424735eefb7c7966c201539fc972922d7c46;p=vlc * doc/skins/skins2-howto.xml: document the 'resize' attribute of the Image control --- 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.