Changeset 1512fb98d9e1611f7ad5de31a6dab37e63159d39
- 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
| rd746bc7 |
r1512fb9 |
|
| 365 | 365 | <title>width</title> |
|---|
| 366 | 366 | <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> |
|---|
| 367 | 368 | </sect3> |
|---|
| 368 | 369 | <sect3 id="panelheight"> |
|---|
| 369 | 370 | <title>height</title> |
|---|
| 370 | 371 | <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> |
|---|
| 371 | 373 | </sect3> |
|---|
| 372 | 374 | <sect3 id="panellefttop"> |
|---|
| … | … | |
| 1106 | 1108 | </para></listitem> |
|---|
| 1107 | 1109 | <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). |
|---|
| 1109 | 1111 | </para></listitem> |
|---|
| 1110 | 1112 | <listitem><para> |
|---|
| … | … | |
| 1164 | 1166 | <itemizedlist> |
|---|
| 1165 | 1167 | <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! |
|---|
| 1167 | 1169 | </para> |
|---|
| 1168 | 1170 | <para>This mechanism is controlled by the <link linkend="lefttop">lefttop</link> and <link linkend="rightbottom">rightbottom</link> attributes of the controls. |
|---|