Code

A simple layout document as to what, why and how is cppification.
[inkscape.git] / src / ui / context-menu.h
1 #ifndef __CONTEXT_MENU_H__
2 #define __CONTEXT_MENU_H__
4 /*
5  * Unser-interface related object extension
6  *
7  * Authors:
8  *   Lauris Kaplinski <lauris@kaplinski.com>
9  *
10  * This code is in public domain
11  */
13 #include <gtk/gtkmenu.h>
15 #include "forward.h"
16 #include "sp-object.h"
17 /* Append object-specific part to context menu */
19 void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu);
21 #endif
23 /*
24   Local Variables:
25   mode:c++
26   c-file-style:"stroustrup"
27   c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +))
28   indent-tabs-mode:nil
29   fill-column:99
30   End:
31 */
32 // vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 :