Changeset 4590

Show
Ignore:
Timestamp:
24/06/08 15:52:13 (4 months ago)
Author:
altglass
Message:

Skin Editor Online Help Update (+Layout)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • www.videolan.org/vlc/skinedhlp/index.html

    r4509 r4590  
    2525</p> 
    2626<p class="license"> 
     27Based in parts on Olivier Teuli&egrave;re's skin creation HowTo.<br> 
    2728Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The text of the license can be found on the GNU website. 
    2829</p> 
  • www.videolan.org/vlc/skinedhlp/layout.html

    r4509 r4590  
    1212</div> 
    1313<h1>Layout</h1> 
     14<p> 
     15A Layout defines the content of a window throught its contained items. A window may have several layouts, of which only one is visible at a time. 
     16All layouts should have the same size, as graphical problems might occur otherwise. 
     17</p> 
     18<h3>Attributes</h3> 
     19<p> 
     20<b>id</b><br> 
     21The ID by which this layout is referred to. Must be set and has to be unique. 
     22</p> 
     23<p> 
     24<b>width</b><br> 
     25The initial width of the layout. <i>Required</i> 
     26</p> 
     27<p> 
     28<b>height</b><br> 
     29The initial height of the layout. <i>Required</i> 
     30</p> 
     31<p> 
     32<b>minwidth</b><br> 
     33Minimum width of the layout. This value is only used when resizing the layout. If this value is set to "-1", the initial width (as specified by the width attribute) will be used as minimum width.<br> 
     34Default value: -1 
     35</p> 
     36<p> 
     37<b>minheight</b><br> 
     38Minimum height of the layout. This value is only used when resizing the layout. If this value is set to "-1", the initial height (as specified by the height attribute) will be used as minimum height.<br> 
     39Default value: -1 
     40</p> 
     41<p> 
     42<b>maxwidth</b><br> 
     43Maximum width of the layout. This value is only used when resizing the layout. If this value is set to "-1", the initial width (as specified by the width attribute) will be used as maximum width.<br> 
     44Default value: -1 
     45</p> 
     46<p> 
     47<p> 
     48<b>maxheight</b><br> 
     49Maximum height of the layout. This value is only used when resizing the layout. If this value is set to "-1", the initial height (as specified by the height attribute) will be used as maximum height.<br> 
     50Default value: -1 
     51</p> 
     52 
    1453<p class="see"> 
    1554<b>See also:</b><br> 
  • www.videolan.org/vlc/skinedhlp/res-bitmap.html

    r4504 r4590  
    4040Semi-transparent pixels will have a black background.</p> 
    4141<p> 
    42 The color has to be set in hexadecimal format. The Skin Editor helps you with setting that color by providing a color choser.<br> 
     42The color has to be set in hexadecimal format. The Skin Editor helps you with setting that color by providing a color chooser.<br> 
    4343By default the alphacolor attribute is set to #000000 (black). 
    4444</p>