comparison DOCS/xml/en/skin.xml @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 0e5b1e4f2ad5
children 0ad2da052b2e
comparison
equal deleted inserted replaced
29262:7d545a6b8aff 29263:0f1b5b68af32
34 Various items can (and must) be placed in the window: 34 Various items can (and must) be placed in the window:
35 <emphasis>buttons</emphasis>, <emphasis>potmeters</emphasis> (sliders) and 35 <emphasis>buttons</emphasis>, <emphasis>potmeters</emphasis> (sliders) and
36 <emphasis>labels</emphasis>. 36 <emphasis>labels</emphasis>.
37 For every item, you must specify its position and size. 37 For every item, you must specify its position and size.
38 </para> 38 </para>
39 39
40 <para> 40 <para>
41 A <emphasis role="bold">button</emphasis> has three states (pressed, released, 41 A <emphasis role="bold">button</emphasis> has three states (pressed, released,
42 disabled), thus its image must be divided into three parts vertically. See the 42 disabled), thus its image must be divided into three parts vertically. See the
43 <link linkend="skin-button">button</link> item for details. 43 <link linkend="skin-button">button</link> item for details.
44 </para> 44 </para>
45 45
46 <para> 46 <para>
47 A <emphasis role="bold">potmeter</emphasis> (mainly used for the seek bar and 47 A <emphasis role="bold">potmeter</emphasis> (mainly used for the seek bar and
48 volume/balance control) can have any number of phases by dividing its image 48 volume/balance control) can have any number of phases by dividing its image
49 into different parts below each other. See 49 into different parts below each other. See
50 <link linkend="skin-hpotmeter">hpotmeter</link> and 50 <link linkend="skin-hpotmeter">hpotmeter</link> and
51 <link linkend="skin-potmeter">potmeter</link> for details. 51 <link linkend="skin-potmeter">potmeter</link> for details.
52 </para> 52 </para>
53 53
54 <para> 54 <para>
55 <emphasis role="bold">Labels</emphasis> are a bit special: The characters 55 <emphasis role="bold">Labels</emphasis> are a bit special: The characters
56 needed to draw them are taken from an image file, and the characters in the 56 needed to draw them are taken from an image file, and the characters in the
57 image are described by a 57 image are described by a
58 <link linkend="skin-fonts">font description file</link>. 58 <link linkend="skin-fonts">font description file</link>.