Initial import of ephy (rev# 7126) from svn
[ephy-soc.git] / src / .svn / text-base / window-commands.h.svn-base
blob3f193d0056aa9bc42bf533d9ef9b5ccabb7b1b02
1 /*
2  *  Copyright © 2000-2003 Marco Pesenti Gritti
3  *
4  *  This program is free software; you can redistribute it and/or modify
5  *  it under the terms of the GNU General Public License as published by
6  *  the Free Software Foundation; either version 2, or (at your option)
7  *  any later version.
8  *
9  *  This program is distributed in the hope that it will be useful,
10  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
11  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
12  *  GNU General Public License for more details.
13  *
14  *  You should have received a copy of the GNU General Public License
15  *  along with this program; if not, write to the Free Software
16  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17  *
18  *  $Id$
19  */
21 #include <gtk/gtkaction.h>
23 #include "ephy-window.h"
25 void window_cmd_edit_find       (GtkAction *action,
26                                  EphyWindow *window);
28 void window_cmd_view_stop       (GtkAction *action,
29                                  EphyWindow *window);
31 void window_cmd_go_location     (GtkAction *action,
32                                  EphyWindow *window);
34 void window_cmd_go_myportal     (GtkAction *action,
35                                  EphyWindow *window);
37 void window_cmd_go_location     (GtkAction *action,
38                                  EphyWindow *window);
40 void window_cmd_view_reload     (GtkAction *action,
41                                  EphyWindow *window);
43 void window_cmd_new             (GtkAction *action,
44                                  EphyWindow *window);
46 void window_cmd_file_bookmark_page(GtkAction *action,
47                                   EphyWindow *window);
49 void window_cmd_go_bookmarks    (GtkAction *action,
50                                  EphyWindow *window);
52 void window_cmd_file_open       (GtkAction *action,
53                                  EphyWindow *window);
55 void window_cmd_file_save_as    (GtkAction *action,
56                                  EphyWindow *window);
58 void window_cmd_file_print_setup (GtkAction *action,
59                                   EphyWindow *window);
61 void window_cmd_file_print_preview (GtkAction *action,
62                                     EphyWindow *window);
64 void window_cmd_file_print      (GtkAction *action,
65                                  EphyWindow *window);
67 void window_cmd_file_send_to    (GtkAction *action,
68                                  EphyWindow *window);
70 void window_cmd_file_work_offline (GtkAction *action,
71                                    EphyWindow *window);
73 void window_cmd_file_close_window (GtkAction *action,
74                                     EphyWindow *window);
76 void window_cmd_edit_undo       (GtkAction *action,
77                                  EphyWindow *window);
79 void window_cmd_edit_redo       (GtkAction *action,
80                                  EphyWindow *window);
82 void window_cmd_edit_cut        (GtkAction *action,
83                                  EphyWindow *window);
85 void window_cmd_edit_copy       (GtkAction *action,
86                                  EphyWindow *window);
88 void window_cmd_edit_paste      (GtkAction *action,
89                                  EphyWindow *window);
91 void window_cmd_edit_delete     (GtkAction *action,
92                                  EphyWindow *window);
94 void window_cmd_edit_select_all (GtkAction *action,
95                                  EphyWindow *window);
97 void window_cmd_edit_find_next  (GtkAction *action,
98                                  EphyWindow *window);
100 void window_cmd_edit_find_prev  (GtkAction *action,
101                                  EphyWindow *window);
103 void window_cmd_view_fullscreen (GtkAction *action,
104                                  EphyWindow *window);
106 void window_cmd_view_zoom_in    (GtkAction *action,
107                                  EphyWindow *window);
109 void window_cmd_view_zoom_out   (GtkAction *action,
110                                  EphyWindow *window);
112 void window_cmd_view_zoom_normal(GtkAction *action,
113                                  EphyWindow *window);
115 void window_cmd_view_page_source(GtkAction *action,
116                                  EphyWindow *window);
118 void window_cmd_view_page_security_info (GtkAction *action,
119                                          EphyWindow *window);
121 void window_cmd_go_history      (GtkAction *action,
122                                  EphyWindow *window);
124 void window_cmd_edit_personal_data (GtkAction *action,
125                                     EphyWindow *window);
127 void window_cmd_edit_certificates (GtkAction *action,
128                                     EphyWindow *window);
130 void window_cmd_edit_prefs      (GtkAction *action,
131                                  EphyWindow *window);
133 void window_cmd_edit_toolbar    (GtkAction *action,
134                                  EphyWindow *window);
136 void window_cmd_help_contents (GtkAction *action,
137                                  EphyWindow *window);
139 void window_cmd_help_about      (GtkAction *action,
140                                  GtkWidget *window);
142 void window_cmd_tabs_next       (GtkAction *action,
143                                  EphyWindow *window);
145 void window_cmd_tabs_previous   (GtkAction *action,
146                                  EphyWindow *window);
148 void window_cmd_tabs_move_left  (GtkAction *action,
149                                  EphyWindow *window);
151 void window_cmd_tabs_move_right (GtkAction *action,
152                                  EphyWindow *window);
154 void window_cmd_tabs_detach     (GtkAction *action,
155                                  EphyWindow *window);
157 void window_cmd_load_location   (GtkAction *action,
158                                  EphyWindow *window);
160 void window_cmd_browse_with_caret (GtkAction *action,
161                                    EphyWindow *window);