comparison 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
comparison
equal deleted inserted replaced
10110:0768c63a7bd3 10111:a570a78537aa
197 end 197 end
198 </programlisting> 198 </programlisting>
199 </para> 199 </para>
200 200
201 <para> 201 <para>
202 Currently there is only one application, so you need only one section: its name is
203 <emphasis role="bold">movieplayer</emphasis>.
204 </para>
205
206 <para>
207 Within this section each window is described by a block of the following form:
208 <programlisting>
209 window = <replaceable>window name</replaceable>
210 .
211 .
212 .
213 end
214 </programlisting>
215 </para>
216
217 <para>
202 where <replaceable>window name</replaceable> can be one of these strings: 218 where <replaceable>window name</replaceable> can be one of these strings:
203 <itemizedlist> 219 <itemizedlist>
204 <listitem><para><emphasis role="bold">main</emphasis> - for the main window</para></listitem> 220 <listitem><para><emphasis role="bold">main</emphasis> - for the main window</para></listitem>
205 <listitem><para><emphasis role="bold">sub</emphasis> - for the subwindow</para></listitem> 221 <listitem><para><emphasis role="bold">sub</emphasis> - for the subwindow</para></listitem>
206 <listitem><para><emphasis role="bold">menu</emphasis> - for the skin menu</para></listitem> 222 <listitem><para><emphasis role="bold">menu</emphasis> - for the skin menu</para></listitem>
432 <anchor id="skin-font"/>font = fontfile, fontid 448 <anchor id="skin-font"/>font = fontfile, fontid
433 </literal></term> 449 </literal></term>
434 <listitem><para> 450 <listitem><para>
435 Defines a font. <literal>fontfile</literal> is the name of a font description file 451 Defines a font. <literal>fontfile</literal> is the name of a font description file
436 with a <filename>.fnt</filename> extension (do not specify the extension here). 452 with a <filename>.fnt</filename> extension (do not specify the extension here).
437 fontid is used to refer to the font (see <link linkend="skin-dlabel">dlabel</link> 453 <literal>fontid</literal> is used to refer to the font (see <link linkend="skin-dlabel">dlabel</link>
438 and <link linkend="skin-slabel">slabel</link>). Up to 25 fonts can be defined. 454 and <link linkend="skin-slabel">slabel</link>). Up to 25 fonts can be defined.
439 </para></listitem> 455 </para></listitem>
440 </varlistentry> 456 </varlistentry>
441 457
442 <varlistentry> 458 <varlistentry>