File: main.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 (24 lines) | stat: -rw-r--r-- 651 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
<part id="gui_part">
	<title>Graphical user interface (GUI)</title>
	<para>
			Window of PDFEdit is split to 5 basic parts : Menu, Toolbars, Command part,
			Page space and Objects tree + property editor.

			<mediaobject id="gui_layout" xreflabel="layout of PDFedit's gui">
				<imageobject>
					<imagedata fileref="gui/images/pdfedit.png" format="PNG"/>
				</imageobject>
				<textobject>
					<phrase>Layout of PDFedit's GUI</phrase>
				</textobject>
				<caption><para>Layout of PDFedit's GUI</para></caption>
			</mediaobject>
	</para>

	&gui_command;
	&gui_pagespace;
	&gui_objtreepropedit;
	&gui_menuAndToolbarsFun;
	&gui_settings;

</part>