]> git.sur5r.net Git - glabels/blob - glabels2/src/tools.h
Initial revision
[glabels] / glabels2 / src / tools.h
1 /*
2  *  (GLABELS) Label and Business Card Creation program for GNOME
3  *
4  *  tools.h:  toolbar module header file
5  *
6  *  Copyright (C) 2001-2002  Jim Evins <evins@snaught.com>.
7  *
8  *  This program is free software; you can redistribute it and/or modify
9  *  it under the terms of the GNU General Public License as published by
10  *  the Free Software Foundation; either version 2 of the License, or
11  *  (at your option) any later version.
12  *
13  *  This program is distributed in the hope that it will be useful,
14  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
15  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16  *  GNU General Public License for more details.
17  *
18  *  You should have received a copy of the GNU General Public License
19  *  along with this program; if not, write to the Free Software
20  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
21  */
22 #ifndef __TOOLS_H__
23 #define __TOOLS_H__
24
25 #include <bonobo/bonobo-ui-component.h>
26
27 extern void gl_tools_arrow            (BonoboUIComponent *uic,
28                                        gpointer user_data,
29                                        const gchar* verbname);
30
31 extern void gl_tools_text             (BonoboUIComponent *uic,
32                                        gpointer user_data,
33                                        const gchar* verbname);
34
35 extern void gl_tools_box              (BonoboUIComponent *uic,
36                                        gpointer user_data,
37                                        const gchar* verbname);
38
39 extern void gl_tools_line             (BonoboUIComponent *uic,
40                                        gpointer user_data,
41                                        const gchar* verbname);
42
43 extern void gl_tools_ellipse          (BonoboUIComponent *uic,
44                                        gpointer user_data,
45                                        const gchar* verbname);
46
47 extern void gl_tools_image            (BonoboUIComponent *uic,
48                                        gpointer user_data,
49                                        const gchar* verbname);
50
51 extern void gl_tools_barcode           (BonoboUIComponent *uic,
52                                        gpointer user_data,
53                                        const gchar* verbname);
54
55 extern void gl_tools_zoomin           (BonoboUIComponent *uic,
56                                        gpointer user_data,
57                                        const gchar* verbname);
58
59 extern void gl_tools_zoomout          (BonoboUIComponent *uic,
60                                        gpointer user_data,
61                                        const gchar* verbname);
62
63 extern void gl_tools_zoom1to1         (BonoboUIComponent *uic,
64                                        gpointer user_data,
65                                        const gchar* verbname);
66
67 extern void gl_tools_merge_properties (BonoboUIComponent *uic,
68                                        gpointer user_data,
69                                        const gchar* verbname);
70
71 #endif