summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/skin.xml
diff options
context:
space:
mode:
authornicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-16 13:30:51 +0000
committernicolas <nicolas@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-16 13:30:51 +0000
commit5e6ea09950c0e38234f9537b7c3ec3d129be1a5c (patch)
tree296444be5d90d5dca61f9021ffa9c0c8e1fac335 /DOCS/xml/en/skin.xml
parent016995a75866ec2ca77059d6d235ea1e4a99a169 (diff)
downloadmpv-5e6ea09950c0e38234f9537b7c3ec3d129be1a5c.tar.bz2
mpv-5e6ea09950c0e38234f9537b7c3ec3d129be1a5c.tar.xz
various fixes and updates
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10112 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/skin.xml')
-rw-r--r--DOCS/xml/en/skin.xml18
1 files changed, 17 insertions, 1 deletions
diff --git a/DOCS/xml/en/skin.xml b/DOCS/xml/en/skin.xml
index 157052d427..4eeed30914 100644
--- a/DOCS/xml/en/skin.xml
+++ b/DOCS/xml/en/skin.xml
@@ -199,6 +199,22 @@ end
</para>
<para>
+Currently there is only one application, so you need only one section: its name is
+<emphasis role="bold">movieplayer</emphasis>.
+</para>
+
+<para>
+Within this section each window is described by a block of the following form:
+<programlisting>
+window = <replaceable>window name</replaceable>
+.
+.
+.
+end
+</programlisting>
+</para>
+
+<para>
where <replaceable>window name</replaceable> can be one of these strings:
<itemizedlist>
<listitem><para><emphasis role="bold">main</emphasis> - for the main window</para></listitem>
@@ -434,7 +450,7 @@ since you cannot see where the <literal>potmeter</literal> is set.
<listitem><para>
Defines a font. <literal>fontfile</literal> is the name of a font description file
with a <filename>.fnt</filename> extension (do not specify the extension here).
-fontid is used to refer to the font (see <link linkend="skin-dlabel">dlabel</link>
+<literal>fontid</literal> is used to refer to the font (see <link linkend="skin-dlabel">dlabel</link>
and <link linkend="skin-slabel">slabel</link>). Up to 25 fonts can be defined.
</para></listitem>
</varlistentry>