Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/help/reference/shell/evince-docs.sgml
blob: 576e32c559d2fb8cf35c3304152742bcd632c8ab (plain)
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
<?xml version="1.0"?>
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" 
               "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd" [
   <!ENTITY ev-application-service		SYSTEM  "xml/ev-application-service.xml">
   <!ENTITY ev-application			SYSTEM  "xml/ev-application.xml">
   <!ENTITY ev-history				SYSTEM  "xml/ev-history.xml">
   <!ENTITY ev-metadata-manager			SYSTEM  "xml/ev-metadata-manager.xml">
   <!ENTITY ev-navigation-action-widget		SYSTEM  "xml/ev-navigation-action-widget.xml">
   <!ENTITY ev-navigation-action		SYSTEM  "xml/ev-navigation-action.xml">
   <!ENTITY ev-page-action-widget		SYSTEM  "xml/ev-page-action-widget.xml">
   <!ENTITY ev-page-action			SYSTEM  "xml/ev-page-action.xml">
   <!ENTITY ev-password-view			SYSTEM  "xml/ev-password-view.xml">
   <!ENTITY ev-properties-dialog		SYSTEM  "xml/ev-properties-dialog.xml">
   <!ENTITY ev-properties-fonts			SYSTEM  "xml/ev-properties-fonts.xml">
   <!ENTITY ev-sidebar-attachments		SYSTEM  "xml/ev-sidebar-attachments.xml">
   <!ENTITY ev-sidebar-links			SYSTEM  "xml/ev-sidebar-links.xml">
   <!ENTITY ev-sidebar-page			SYSTEM  "xml/ev-sidebar-page.xml">
   <!ENTITY ev-sidebar-thumbnails		SYSTEM  "xml/ev-sidebar-thumbnails.xml">
   <!ENTITY ev-sidebar				SYSTEM  "xml/ev-sidebar.xml">
   <!ENTITY ev-utils				SYSTEM  "xml/ev-utils.xml">
   <!ENTITY ev-window-title			SYSTEM  "xml/ev-window-title.xml">
   <!ENTITY ev-window				SYSTEM  "xml/ev-window.xml">
    ]>
<book id="index">
  <bookinfo>
    <title>Evince Programmer's Reference Manual</title>
  </bookinfo>

  <part>
    <title>Evince Frontend</title>
    <partintro>
      <para>The Evince internals are rather simple. There is an application
        singleton maintaining a list of windows and providing common
        services. Each window shows a loaded document and has menus, a
        sidebar, a toolbar and a main view.</para>
    </partintro>
    &ev-history;
    &ev-metadata-manager;
    &ev-navigation-action;
    &ev-navigation-action-widget;
    &ev-page-action;
    &ev-page-action-widget;
    &ev-password-view;
    &ev-properties-dialog;
    &ev-properties-fonts;
    &ev-sidebar-attachments;
    &ev-sidebar-links;
    &ev-sidebar-page;
    &ev-sidebar-thumbnails;
    &ev-sidebar;
    &ev-utils;
    &ev-window-title;
    &ev-window;
  </part>

  <index />
</book>