Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf
diff options
context:
space:
mode:
authorMichael Meeks <mmeeks@src.gnome.org>1999-10-06 17:59:38 (GMT)
committer Michael Meeks <mmeeks@src.gnome.org>1999-10-06 17:59:38 (GMT)
commite0bd0a5e28d6ac5fda6835ccfe1cb6eb4963a794 (patch)
tree84fc5cb28a5667bf9b59626201775efaf6521f22 /pdf
parentcc464515acfb37fd620c45ade2581d1fe51fde1d (diff)
missing file: duh.
Diffstat (limited to 'pdf')
-rw-r--r--pdf/xpdf/bonobo-application-x-pdf.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/pdf/xpdf/bonobo-application-x-pdf.h b/pdf/xpdf/bonobo-application-x-pdf.h
new file mode 100644
index 0000000..01668ab
--- /dev/null
+++ b/pdf/xpdf/bonobo-application-x-pdf.h
@@ -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 */