File: toolbars_draw.xml

package info (click to toggle)
pdfedit 0.4.1-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 15,032 kB
  • ctags: 21,708
  • sloc: cpp: 185,471; xml: 8,824; yacc: 1,178; ansic: 666; perl: 664; makefile: 636; sh: 371; lisp: 51
file content (62 lines) | stat: -rw-r--r-- 2,036 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<sect2 id="gui_toolbars_draw" xreflabel="toolbar Draw">
		<title>Draw</title>

		<para>
			<mediaobject>
				<imageobject>
					<imagedata fileref="gui/menuAndToolbarsFun/images/toolbars_draw.png" format="PNG"/>
				</imageobject>
				<textobject>
					<phrase>Toolbar - Draw</phrase>
				</textobject>
				<caption><para>Toolbar - Draw</para></caption>
			</mediaobject>
		</para>


		<variablelist>
			<varlistentry>
				<term>Draw line</term>
				<listitem>See <xref linkend="gui_menu_drawLine"/>.</listitem>
			</varlistentry>
			<varlistentry>
				<term>Draw rectangle</term>
				<listitem>See <xref linkend="gui_menu_drawRectangle"/>.</listitem>
			</varlistentry>
			<varlistentry>
				<term>Add text</term>
				<listitem>See <xref linkend="gui_menu_addText"/>.</listitem>
			</varlistentry>
			<varlistentry>
				<term>Strike through</term>
				<listitem>See <xref linkend="gui_menu_strikeThrough"/>.</listitem>
			</varlistentry>
			<varlistentry>
				<term>Highlighting text</term>
				<listitem>See <xref linkend="gui_menu_highlightingText"/>.</listitem>
			</varlistentry>

			<varlistentry>
				<term id="gui_toolbars_foregroundColor" xreflabel="foreground color">Foreground colour</term>
				<listitem>
					This is the default foreground colour. Many operations use this colour to draw objects (e.g. lines, 
					rectangles,...)
				</listitem>
			</varlistentry>
			<varlistentry>
				<term id="gui_toolbars_backgroundColor" xreflabel="background color">Background colour</term>
				<listitem>
					This is the default background colour. Many operations use this colour to draw objects (e.g. 
					rectangle background,...)
				</listitem>
			</varlistentry>

			<varlistentry>
				<term id="gui_toolbars_lineWidth" xreflabel="line width">Line width</term>
				<listitem>
					This is the default line width. Many operations use this number to specify object
					property (e.g. line width, ...)
				</listitem>
			</varlistentry>
		</variablelist>
</sect2>