diff options
Diffstat (limited to 'src/ui/context-menu.h')
| -rw-r--r-- | src/ui/context-menu.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/src/ui/context-menu.h b/src/ui/context-menu.h new file mode 100644 index 000000000..571698fd2 --- /dev/null +++ b/src/ui/context-menu.h @@ -0,0 +1,32 @@ +#ifndef __CONTEXT_MENU_H__ +#define __CONTEXT_MENU_H__ + +/* + * Unser-interface related object extension + * + * Authors: + * Lauris Kaplinski <lauris@kaplinski.com> + * + * This code is in public domain + */ + +#include <gtk/gtkmenu.h> + +#include "forward.h" + +/* Append object-specific part to context menu */ + +void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu); + +#endif + +/* + Local Variables: + mode:c++ + c-file-style:"stroustrup" + c-file-offsets:((innamespace . 0)(inline-open . 0)(case-label . +)) + indent-tabs-mode:nil + fill-column:99 + End: +*/ +// vim: filetype=cpp:expandtab:shiftwidth=4:tabstop=8:softtabstop=4:encoding=utf-8:textwidth=99 : |
