Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/pdf/xpdf/bonobo-application-x-pdf.h
blob: 66b4ee4361d609484647ba8a2026cf8e3dc4320e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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_IN  "ZoomIn"
#define VERB_Z_OUT "ZoomOut"
#define VERB_Z_FIT_WIDTH  "ZoomFitWidth"
#define VERB_Z_FIT_HEIGHT "ZoomFitHeight"

#endif /* BONOBOAPPLICATIONXPDF_H */