diff DOCS/xml/en/skin.xml @ 10111:a570a78537aa

various fixes and updates
author nicolas
date Fri, 16 May 2003 13:30:51 +0000
parents 62c5a17038ba
children a0d3ce3d87af
line wrap: on
line diff
--- a/DOCS/xml/en/skin.xml	Fri May 16 13:23:03 2003 +0000
+++ b/DOCS/xml/en/skin.xml	Fri May 16 13:30:51 2003 +0000
@@ -199,6 +199,22 @@
 </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 @@
   <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>