~ubuntu-branches/ubuntu/hoary/gimp/hoary

« back to all changes in this revision

Viewing changes to plug-ins/gfig/gfig-stock.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-04-04 14:51:23 UTC
  • Revision ID: james.westby@ubuntu.com-20050404145123-9py049eeelfymur8
Tags: upstream-2.2.2
ImportĀ upstreamĀ versionĀ 2.2.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * Copyright (C) 1995 Spencer Kimball and Peter Mattis
 
3
 *
 
4
 * This is a plug-in for the GIMP.
 
5
 *
 
6
 * Generates images containing vector type drawings.
 
7
 *
 
8
 * Copyright (C) 1997 Andy Thomas  <alt@picnic.demon.co.uk>
 
9
 *               2003 Sven Neumann  <sven@gimp.org>
 
10
 *
 
11
 * This program is free software; you can redistribute it and/or modify
 
12
 * it under the terms of the GNU General Public License as published by
 
13
 * the Free Software Foundation; either version 2 of the License, or
 
14
 * (at your option) any later version.
 
15
 *
 
16
 * This program is distributed in the hope that it will be useful,
 
17
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
18
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
19
 * GNU General Public License for more details.
 
20
 *
 
21
 * You should have received a copy of the GNU General Public License
 
22
 * along with this program; if not, write to the Free Software
 
23
 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
24
 */
 
25
 
 
26
#ifndef __GFIG_STOCK_H__
 
27
#define __GFIG_STOCK_H__
 
28
 
 
29
 
 
30
#define GFIG_STOCK_BEZIER         "gfig-bezier"
 
31
#define GFIG_STOCK_CIRCLE         "gfig-circle"
 
32
#define GFIG_STOCK_COPY_OBJECT    "gfig-copy-object"
 
33
#define GFIG_STOCK_CURVE          "gfig-curve"
 
34
#define GFIG_STOCK_DELETE_OBJECT  "gfig-delete"
 
35
#define GFIG_STOCK_ELLIPSE        "gfig-ellipse"
 
36
#define GFIG_STOCK_LINE           "gfig-line"
 
37
#define GFIG_STOCK_MOVE_OBJECT    "gfig-move-object"
 
38
#define GFIG_STOCK_MOVE_POINT     "gfig-move-point"
 
39
#define GFIG_STOCK_POLYGON        "gfig-polygon"
 
40
#define GFIG_STOCK_SELECT_OBJECT  "gfig-select-object"
 
41
#define GFIG_STOCK_SHOW_ALL       "gfig-show-all"
 
42
#define GFIG_STOCK_SPIRAL         "gfig-spiral"
 
43
#define GFIG_STOCK_STAR           "gfig-star"
 
44
 
 
45
#define GFIG_STOCK_LOGO           "gfig-logo"
 
46
 
 
47
 
 
48
void  gfig_stock_init (void);
 
49
 
 
50
 
 
51
#endif /* __GFIG_STOCK_H__ */