Changeset 1512fb98d9e1611f7ad5de31a6dab37e63159d39

Show
Ignore:
Timestamp:
01/28/07 21:48:10 (1 year ago)
Author:
Olivier Teulière <ipkiss@videolan.org>
git-committer:
Olivier Teulière <ipkiss@videolan.org> 1170017290 +0000
git-parent:

[d746bc7d5cee65d2729a1be87c9db37aa99ad529]

git-author:
Olivier Teulière <ipkiss@videolan.org> 1170017290 +0000
Message:
  • doc/skins/skins2-howto.xml: a few fixes
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/skins/skins2-howto.xml

    rd746bc7 r1512fb9  
    365365    <title>width</title> 
    366366    <para>Initial width of this container box (see the <link linkend="layoutmodel">Layout model</link> for more details).</para> 
     367    <para><emphasis>Required.</emphasis></para> 
    367368  </sect3> 
    368369  <sect3 id="panelheight"> 
    369370    <title>height</title> 
    370371    <para>Initial height of this container box (see the <link linkend="layoutmodel">Layout model</link> for more details).</para> 
     372    <para><emphasis>Required.</emphasis></para> 
    371373  </sect3> 
    372374  <sect3 id="panellefttop"> 
     
    11061108  </para></listitem> 
    11071109  <listitem><para> 
    1108     <emphasis>WindowID.isMaximized</emphasis>: True when the window whose <link linkend="windowid">id</link> is "WindowID" is maximized, false otherwise
     1110    <emphasis>WindowID.isMaximized</emphasis>: True when the window whose <link linkend="windowid">id</link> is "WindowID" is maximized, false otherwise (since VLC 0.9.0)
    11091111  </para></listitem> 
    11101112  <listitem><para> 
     
    11641166<itemizedlist> 
    11651167  <listitem><para> 
    1166     <emphasis>corners anchoring</emphasis>: The top-left-hand corner (TL) and the bottom-right-hand corner (BR) of the inner box are "tied" to corners of the container box (TL, TR, BL or BR). When any resizing occurs, tied corners move together, which can move or resize the inner box. For example, if the TL corner of the inner box is tied to the TL corner of the container (let's write it TL/TL), and if the BR corner of the inner box is also tied to the TL corner of the container box (BR/TL), the inner box will not be resized, and will always stay at the same place (this is the default behaviour). If we have TL/TL and TL/BL, the inner box is resized vertically its container is resized. If we have TL/TR and BR/TR, the inner box moves with the TR corner of its container. We could even define TL/BR and BR/TL, in which case increasing the size of the container box would shrink the size of the inner box... until it disappears completely! 
     1168    <emphasis>corners anchoring</emphasis>: The top-left-hand corner (TL) and the bottom-right-hand corner (BR) of the inner box are "tied" to corners of the container box (TL, TR, BL or BR). When any resizing occurs, tied corners move together, which can move or resize the inner box. For example, if the TL corner of the inner box is tied to the TL corner of the container (let's write it TL/TL), and if the BR corner of the inner box is also tied to the TL corner of the container box (BR/TL), the inner box will not be resized, and will always stay at the same place (this is the default behaviour). If we have TL/TL and TL/BL, the inner box is resized vertically when its container is resized. If we have TL/TR and BR/TR, the inner box moves with the TR corner of its container. We could even define TL/BR and BR/TL, in which case increasing the size of the container box would shrink the size of the inner box... until it disappears completely! 
    11671169  </para> 
    11681170  <para>This mechanism is controlled by the <link linkend="lefttop">lefttop</link> and <link linkend="rightbottom">rightbottom</link> attributes of the controls.