Code

Merge and cleanup of GSoC C++-ification project.
[inkscape.git] / src / ui / context-menu.h
1 #ifndef SEEN_CONTEXT_MENU_H
2 #define SEEN_CONTEXT_MENU_H
4 /*
5  * Unser-interface related object extension
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *   Abhishek Sharma
10  *
11  * This code is in public domain
12  */
14 #include <gtk/gtkmenu.h>
16 #include "forward.h"
17 #include "sp-object.h"
18 /* Append object-specific part to context menu */
20 void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu);
22 #endif
24 /*
25   Local Variables:
26   mode:c++
27   c-file-style:"stroustrup"
28   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
29   indent-tabs-mode:nil
30   fill-column:99
31   End:
32 */
33 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:fileencoding=utf-8:textwidth=99 :