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