Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index 4119965..f624fe5 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -43,6 +43,12 @@ typedef struct {
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;