Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view-private.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@yandex.ru>2005-12-25 20:08:35 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-12-25 20:08:35 (GMT)
commit47bf008787b6d613d0ecdc6b14c741519641c24e (patch)
treefb66d468d26b5591d08fe9c420ad2eba6d6a5bda /shell/ev-view-private.h
parent751ce0a89e747f595f4bb42a426f36332f7739ef (diff)
Update NEWS and require poppler 0.5.0.
2005-12-25 Nickolay V. Shmyrev <nshmyrev@yandex.ru> * NEWS: * configure.ac: Update NEWS and require poppler 0.5.0. 2005-12-25 Carlos Garcia Campos <carlosgc@gnome.org> * data/evince-ui.xml: * shell/ev-view-private.h: * shell/ev-view.c: (ev_view_get_link_at_location), (handle_link_over_xy), (ev_view_button_press_event), (ev_view_button_release_event), (ev_view_class_init): * shell/ev-window.c: (view_menu_popup_cb), (ev_window_dispose), (ev_popup_cmd_open_link), (ev_popup_cmd_copy_link_address), (ev_window_init): Implement right-click context menu.
Diffstat (limited to 'shell/ev-view-private.h')
-rw-r--r--shell/ev-view-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shell/ev-view-private.h b/shell/ev-view-private.h
index 9a0c773..ef48e0b 100644
--- a/shell/ev-view-private.h
+++ b/shell/ev-view-private.h
@@ -128,6 +128,8 @@ struct _EvViewClass {
void (*zoom_invalid) (EvView *view);
void (*external_link) (EvView *view,
EvLink *link);
+ void (*popup_menu) (EvView *view,
+ EvLink *link);
};
#endif /* __EV_VIEW_PRIVATE_H__ */