Code

moving trunk for module inkscape
[inkscape.git] / src / help.h
1 #ifndef SEEN_HELP_H
2 #define SEEN_HELP_H
4 /**
5  * Help/About window
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * Copyright (C) 1999-2003 authors
11  * Copyright (C) 2000-2002 Ximian, Inc.
12  *
13  * Released under GNU GPL, read the file 'COPYING' for more information
14  */
16 #include <glib/gtypes.h>
17 #include <gtk/gtkmenuitem.h>
19 void sp_help_about(void);
20 void sp_help_open_tutorial(GtkMenuItem *menuitem, gpointer data);
21 void sp_help_open_screen(gchar const *name);
24 #endif /* !SEEN_HELP_H */
26 /*
27   Local Variables:
28   mode:c++
29   c-file-style:"stroustrup"
30   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
31   indent-tabs-mode:nil
32   fill-column:99
33   End:
34 */
35 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :