~vaifrax/inkscape/bugfix170049

« back to all changes in this revision

Viewing changes to src/object-ui.h

  • Committer: mental
  • Date: 2006-01-16 02:36:01 UTC
  • Revision ID: mental@users.sourceforge.net-20060116023601-wkr0h7edl5veyudq
moving trunk for module inkscape

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __SP_OBJECT_UI_H__
 
2
#define __SP_OBJECT_UI_H__
 
3
 
 
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
 */
 
12
 
 
13
#include <gtk/gtkmenu.h>
 
14
 
 
15
#include "forward.h"
 
16
 
 
17
/* Append object-specific part to context menu */
 
18
 
 
19
void sp_object_menu (SPObject *object, SPDesktop *desktop, GtkMenu *menu);
 
20
 
 
21
#endif
 
22
 
 
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 :