]> www.fi.muni.cz Git - evince.git/blobdiff - shell/ev-window.h
Enable print to a PDF. Fixes bug #332121.
[evince.git] / shell / ev-window.h
index 9c8d28f37bccf2e0c6a71644bce1dfc922d0c7b5..f624fe5f49a84d856b03b32956f0ea36c88f7cde 100644 (file)
@@ -38,6 +38,17 @@ typedef enum {
        EV_WINDOW_MODE_PREVIEW
 } EvWindowRunMode;
 
+typedef struct {
+       gint start;
+       gint end;
+} EvPrintRange;
+
+typedef enum {
+       EV_PRINT_PAGE_SET_ALL,
+       EV_PRINT_PAGE_SET_EVEN,
+       EV_PRINT_PAGE_SET_ODD
+} EvPrintPageSet;
+
 typedef struct _EvWindow EvWindow;
 typedef struct _EvWindowClass EvWindowClass;
 typedef struct _EvWindowPrivate EvWindowPrivate;