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);
23 #endif /* !SEEN_HELP_H */
25 /*
26 Local Variables:
27 mode:c++
28 c-file-style:"stroustrup"
29 c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
30 indent-tabs-mode:nil
31 fill-column:99
32 End:
33 */
34 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :