#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 */