Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/ev-view.h
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2005-01-07 10:30:52 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-07 10:30:52 (GMT)
commit3a87fe3d6bd17d8151c675c9b4e9294619127b1b (patch)
tree17ce19206a2f6b3f82a303337ad672925b94cbc1 /shell/ev-view.h
parenta369c69460912502c842baffe73a373134f02fca (diff)
Cleanup and add select all.
2005-01-07 Marco Pesenti Gritti <marco@gnome.org> * data/evince-ui.xml: Cleanup and add select all. * shell/ev-view.c: (ev_view_select_all), (ev_view_button_press_event): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_select_all): Add select all. Clear selection on click.
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index cddd274..c68bf9f 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -37,6 +37,7 @@ typedef struct _EvViewClass EvViewClass;
GType ev_view_get_type (void) G_GNUC_CONST;
GtkWidget* ev_view_new (void);
void ev_view_copy (EvView *view);
+void ev_view_select_all (EvView *view);
void ev_view_set_document (EvView *view,
EvDocument *document);
void ev_view_set_page (EvView *view,