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:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-05-16 09:07:43 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-05-16 09:07:43 (GMT)
commit3159bda019e6ee334bfd11af45bd8ada0a871f33 (patch)
treee34539f96f2879b93fb04a101cb322ea4d2ae63a /shell/ev-window.h
parentba33ad17ac72e6383eae5fec2974480e4ae892f7 (diff)
Expose api to print a range (with dialog). Make private _print use it.
2005-05-16 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: (ev_window_print), (ev_window_print_range): * shell/ev-window.h: Expose api to print a range (with dialog). Make private _print use it. * shell/ev-sidebar-links.c: (print_section_cb), (button_press_cb), (ev_sidebar_links_construct): Show a print context menu on linkx, it prints the selected section.
Diffstat (limited to 'shell/ev-window.h')
-rw-r--r--shell/ev-window.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/ev-window.h b/shell/ev-window.h
index d6085a8..fe2c279 100644
--- a/shell/ev-window.h
+++ b/shell/ev-window.h
@@ -56,6 +56,9 @@ void ev_window_open (EvWindow *ev_window,
void ev_window_open_page (EvWindow *ev_window,
int page);
gboolean ev_window_is_empty (const EvWindow *ev_window);
+void ev_window_print_range (EvWindow *ev_window,
+ int first_page,
+ int last_page);
G_END_DECLS