~valavanisalex/ubuntu/oneiric/inkscape/inkscape_0.48.1-2ubuntu4

« back to all changes in this revision

Viewing changes to src/object-ui.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-07-06 22:03:02 UTC
  • mto: (2.4.1 sid) (1.4.1 upstream) (45.1.3 maverick)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20060706220302-itgso3qgxdaxjmcy
Tags: upstream-0.44
ImportĀ upstreamĀ versionĀ 0.44

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))
28
 
  indent-tabs-mode:nil
29
 
  fill-column:99
30
 
  End:
31
 
*/
32
 
// vim: filetype=c++:expandtab:shiftwidth=4:tabstop=8:softtabstop=4 :