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-05 16:18:13 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-01-05 16:18:13 (GMT)
commit8195f1f7c4693838e73f23ab95ba60707faf6446 (patch)
treef63f58eadfb22cf3dbe992da5e60c5572f59eed7 /shell/ev-view.h
parent9c1e6ba4d99cb7f937b2b3998814a7486b88c4ce (diff)
Implement Edit->Copy
2005-01-05 Marco Pesenti Gritti <marco@gnome.org> * shell/ev-view.c: (ev_view_copy): * shell/ev-view.h: * shell/ev-window.c: (ev_window_cmd_edit_copy): Implement Edit->Copy
Diffstat (limited to 'shell/ev-view.h')
-rw-r--r--shell/ev-view.h27
1 files changed, 13 insertions, 14 deletions
diff --git a/shell/ev-view.h b/shell/ev-view.h
index 600c7b9..cddd274 100644
--- a/shell/ev-view.h
+++ b/shell/ev-view.h
@@ -34,20 +34,19 @@ G_BEGIN_DECLS
typedef struct _EvView EvView;
typedef struct _EvViewClass EvViewClass;
-GType ev_view_get_type (void) G_GNUC_CONST;
-GtkWidget* ev_view_new (void);
-
-void ev_view_set_document (EvView *view,
- EvDocument *document);
-void ev_view_set_page (EvView *view,
- int page);
-int ev_view_get_page (EvView *view);
-
-void ev_view_zoom_in (EvView *view);
-void ev_view_zoom_out (EvView *view);
-void ev_view_normal_size (EvView *view);
-void ev_view_best_fit (EvView *view);
-void ev_view_fit_width (EvView *view);
+GType ev_view_get_type (void) G_GNUC_CONST;
+GtkWidget* ev_view_new (void);
+void ev_view_copy (EvView *view);
+void ev_view_set_document (EvView *view,
+ EvDocument *document);
+void ev_view_set_page (EvView *view,
+ int page);
+int ev_view_get_page (EvView *view);
+void ev_view_zoom_in (EvView *view);
+void ev_view_zoom_out (EvView *view);
+void ev_view_normal_size (EvView *view);
+void ev_view_best_fit (EvView *view);
+void ev_view_fit_width (EvView *view);
char* ev_view_get_find_status_message (EvView *view);