3 * Copyright (C) 2001-2009 Jim Evins <evins@snaught.com>.
5 * This file is part of gLabels.
7 * gLabels is free software: you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation, either version 3 of the License, or
10 * (at your option) any later version.
12 * gLabels is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with gLabels. If not, see <http://www.gnu.org/licenses/>.
21 #ifndef __COMMANDS_H__
22 #define __COMMANDS_H__
29 void gl_ui_cmd_file_new (GtkAction *action,
32 void gl_ui_cmd_file_properties (GtkAction *action,
35 void gl_ui_cmd_file_template_designer (GtkAction *action,
38 void gl_ui_cmd_file_open (GtkAction *action,
41 void gl_ui_cmd_file_open_recent (GtkRecentChooser *chooser,
44 void gl_ui_cmd_file_save (GtkAction *action,
47 void gl_ui_cmd_file_save_as (GtkAction *action,
50 void gl_ui_cmd_file_print (GtkAction *action,
53 void gl_ui_cmd_file_print_preview (GtkAction *action,
56 void gl_ui_cmd_file_close (GtkAction *action,
59 void gl_ui_cmd_file_quit (GtkAction *action,
64 void gl_ui_cmd_edit_undo (GtkAction *action,
67 void gl_ui_cmd_edit_redo (GtkAction *action,
70 void gl_ui_cmd_edit_undo (GtkAction *action,
73 void gl_ui_cmd_edit_redo (GtkAction *action,
76 void gl_ui_cmd_edit_cut (GtkAction *action,
79 void gl_ui_cmd_edit_copy (GtkAction *action,
82 void gl_ui_cmd_edit_paste (GtkAction *action,
85 void gl_ui_cmd_edit_delete (GtkAction *action,
88 void gl_ui_cmd_edit_select_all (GtkAction *action,
91 void gl_ui_cmd_edit_unselect_all (GtkAction *action,
94 void gl_ui_cmd_edit_preferences (GtkAction *action,
99 void gl_ui_cmd_view_property_bar_toggle (GtkToggleAction *action,
102 void gl_ui_cmd_view_property_bar_tips_toggle (GtkToggleAction *action,
105 void gl_ui_cmd_view_grid_toggle (GtkToggleAction *action,
108 void gl_ui_cmd_view_markup_toggle (GtkToggleAction *action,
113 void gl_ui_cmd_view_zoomin (GtkAction *action,
116 void gl_ui_cmd_view_zoomout (GtkAction *action,
119 void gl_ui_cmd_view_zoom1to1 (GtkAction *action,
122 void gl_ui_cmd_view_zoom_to_fit (GtkAction *action,
127 void gl_ui_cmd_objects_arrow_mode (GtkAction *action,
130 void gl_ui_cmd_objects_create_text (GtkAction *action,
133 void gl_ui_cmd_objects_create_box (GtkAction *action,
136 void gl_ui_cmd_objects_create_line (GtkAction *action,
139 void gl_ui_cmd_objects_create_ellipse (GtkAction *action,
142 void gl_ui_cmd_objects_create_image (GtkAction *action,
145 void gl_ui_cmd_objects_create_barcode (GtkAction *action,
148 void gl_ui_cmd_objects_raise (GtkAction *action,
151 void gl_ui_cmd_objects_lower (GtkAction *action,
154 void gl_ui_cmd_objects_rotate_left (GtkAction *action,
157 void gl_ui_cmd_objects_rotate_right (GtkAction *action,
160 void gl_ui_cmd_objects_flip_horiz (GtkAction *action,
163 void gl_ui_cmd_objects_flip_vert (GtkAction *action,
166 void gl_ui_cmd_objects_align_left (GtkAction *action,
169 void gl_ui_cmd_objects_align_right (GtkAction *action,
172 void gl_ui_cmd_objects_align_hcenter (GtkAction *action,
175 void gl_ui_cmd_objects_align_top (GtkAction *action,
178 void gl_ui_cmd_objects_align_bottom (GtkAction *action,
181 void gl_ui_cmd_objects_align_vcenter (GtkAction *action,
184 void gl_ui_cmd_objects_center_horiz (GtkAction *action,
187 void gl_ui_cmd_objects_center_vert (GtkAction *action,
190 void gl_ui_cmd_objects_merge_properties (GtkAction *action,
195 void gl_ui_cmd_help_contents (GtkAction *action,
198 void gl_ui_cmd_help_about (GtkAction *action,
203 #endif /* __COMMANDS_H__ */
208 * Local Variables: -- emacs
210 * c-basic-offset: 8 -- emacs
211 * tab-width: 8 -- emacs
212 * indent-tabs-mode: nil -- emacs