From 133ed2fb65129c8a36f674c06ae693f8ef77f77a Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 30 Oct 2006 15:45:15 +0000 Subject: Allow printing only odd/even pages. Fixes bug #367289. 2006-10-30 Carlos Garcia Campos * shell/ev-jobs.[ch]: (ev_job_print_new), (ev_print_job_print_page_in_range), (ev_print_job_print_page_in_set), (ev_job_print_do_page): * shell/ev-window.[ch]: (ev_window_print_dialog_response_cb): Allow printing only odd/even pages. Fixes bug #367289. --- (limited to 'shell/ev-window.h') 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; -- cgit v0.9.1