From e0bd0a5e28d6ac5fda6835ccfe1cb6eb4963a794 Mon Sep 17 00:00:00 2001 From: Michael Meeks Date: Wed, 6 Oct 1999 17:59:38 +0000 Subject: [PATCH] missing file: duh. --- pdf/xpdf/bonobo-application-x-pdf.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 pdf/xpdf/bonobo-application-x-pdf.h diff --git a/pdf/xpdf/bonobo-application-x-pdf.h b/pdf/xpdf/bonobo-application-x-pdf.h new file mode 100644 index 00000000..01668ab6 --- /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 */ -- 2.43.5