]> www.fi.muni.cz Git - evince.git/commitdiff
missing file: duh.
authorMichael Meeks <mmeeks@src.gnome.org>
Wed, 6 Oct 1999 17:59:38 +0000 (17:59 +0000)
committerMichael Meeks <mmeeks@src.gnome.org>
Wed, 6 Oct 1999 17:59:38 +0000 (17:59 +0000)
pdf/xpdf/bonobo-application-x-pdf.h [new file with mode: 0644]

diff --git a/pdf/xpdf/bonobo-application-x-pdf.h b/pdf/xpdf/bonobo-application-x-pdf.h
new file mode 100644 (file)
index 0000000..01668ab
--- /dev/null
@@ -0,0 +1,17 @@
+#ifndef BONOBOAPPLICATIONXPDF_H
+#define BONOBOAPPLICATIONXPDF_H
+
+/*
+ *   This is only neccessary since the gpdf container is
+ * very tightly coupled to the component, for ergonomic reasons.
+ */
+
+#define VERB_FIRST "FirstPage"
+#define VERB_PREV  "PrevPage"
+#define VERB_NEXT  "NextPage"
+#define VERB_LAST  "LastPage"
+#define VERB_Z_FIT "ZoomFit"
+#define VERB_Z_IN  "ZoomIn"
+#define VERB_Z_OUT "ZoomOut"
+
+#endif /* BONOBOAPPLICATIONXPDF_H */