]> www.fi.muni.cz Git - evince.git/blob - pdf/xpdf/bonobo-application-x-pdf.h
kill
[evince.git] / pdf / xpdf / bonobo-application-x-pdf.h
1 #ifndef BONOBOAPPLICATIONXPDF_H
2 #define BONOBOAPPLICATIONXPDF_H
3
4 /*
5  *   This is only neccessary since the gpdf container is
6  * very tightly coupled to the component, for ergonomic reasons.
7  */
8
9 #define VERB_FIRST "FirstPage"
10 #define VERB_PREV  "PrevPage"
11 #define VERB_NEXT  "NextPage"
12 #define VERB_LAST  "LastPage"
13
14 #define VERB_Z_IN  "ZoomIn"
15 #define VERB_Z_OUT "ZoomOut"
16 #define VERB_Z_FIT_WIDTH  "ZoomFitWidth"
17 #define VERB_Z_FIT_HEIGHT "ZoomFitHeight"
18
19 #endif /* BONOBOAPPLICATIONXPDF_H */