~ubuntu-branches/ubuntu/vivid/gimp/vivid

« back to all changes in this revision

Viewing changes to libgimpwidgets/gimpstock.h

  • Committer: Package Import Robot
  • Author(s): Jordi Mallach
  • Date: 2012-05-08 18:50:03 UTC
  • mto: (1.1.26) (0.5.1 experimental)
  • mto: This revision was merged to the branch mainline in revision 71.
  • Revision ID: package-import@ubuntu.com-20120508185003-tltkvbaysf8d2426
ImportĀ upstreamĀ versionĀ 2.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 * gimpstock.h
5
5
 * Copyright (C) 2001 Michael Natterer <mitch@gimp.org>
6
6
 *
7
 
 * This library is free software; you can redistribute it and/or
 
7
 * This library is free software: you can redistribute it and/or
8
8
 * modify it under the terms of the GNU Lesser General Public
9
9
 * License as published by the Free Software Foundation; either
10
 
 * version 2 of the License, or (at your option) any later version.
 
10
 * version 3 of the License, or (at your option) any later version.
11
11
 *
12
12
 * This library is distributed in the hope that it will be useful,
13
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
15
 * Lesser General Public License for more details.
16
16
 *
17
17
 * You should have received a copy of the GNU Lesser General Public
18
 
 * License along with this library; if not, write to the
19
 
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
20
 
 * Boston, MA 02111-1307, USA.
 
18
 * License along with this library.  If not, see
 
19
 * <http://www.gnu.org/licenses/>.
21
20
 */
22
21
 
 
22
#if !defined (__GIMP_WIDGETS_H_INSIDE__) && !defined (GIMP_WIDGETS_COMPILATION)
 
23
#error "Only <libgimpwidgets/gimpwidgets.h> can be included directly."
 
24
#endif
 
25
 
23
26
#ifndef __GIMP_STOCK_H__
24
27
#define __GIMP_STOCK_H__
25
28
 
52
55
#define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE     "gimp-gradient-spiral-clockwise"
53
56
#define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"
54
57
 
55
 
 
56
58
#define GIMP_STOCK_GRAVITY_EAST             "gimp-gravity-east"
57
59
#define GIMP_STOCK_GRAVITY_NORTH            "gimp-gravity-north"
58
60
#define GIMP_STOCK_GRAVITY_NORTH_EAST       "gimp-gravity-north-east"
105
107
#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
106
108
#define GIMP_STOCK_TOOL_BUCKET_FILL         "gimp-tool-bucket-fill"
107
109
#define GIMP_STOCK_TOOL_BY_COLOR_SELECT     "gimp-tool-by-color-select"
 
110
#define GIMP_STOCK_TOOL_CAGE                "gimp-tool-cage"
108
111
#define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"
109
112
#define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"
110
113
#define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"
111
114
#define GIMP_STOCK_TOOL_COLORIZE            "gimp-tool-colorize"
112
115
#define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"
113
116
#define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"
 
117
#define GIMP_STOCK_TOOL_DESATURATE          "gimp-tool-desaturate"
114
118
#define GIMP_STOCK_TOOL_DODGE               "gimp-tool-dodge"
115
119
#define GIMP_STOCK_TOOL_ELLIPSE_SELECT      "gimp-tool-ellipse-select"
116
120
#define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"
140
144
#define GIMP_STOCK_TOOL_THRESHOLD           "gimp-tool-threshold"
141
145
#define GIMP_STOCK_TOOL_ZOOM                "gimp-tool-zoom"
142
146
 
 
147
 
143
148
/*  in menu size:  */
144
149
 
145
150
#define GIMP_STOCK_CONVERT_RGB              "gimp-convert-rgb"
215
220
#define GIMP_STOCK_TOOLS                    "gimp-tools"
216
221
#define GIMP_STOCK_TOOL_OPTIONS             "gimp-tool-options"
217
222
#define GIMP_STOCK_DEVICE_STATUS            "gimp-device-status"
 
223
#define GIMP_STOCK_INPUT_DEVICE             "gimp-input-device"
218
224
#define GIMP_STOCK_CURSOR                   "gimp-cursor"
219
225
#define GIMP_STOCK_SAMPLE_POINT             "gimp-sample-point"
 
226
#define GIMP_STOCK_DYNAMICS                 "gimp-dynamics"
 
227
#define GIMP_STOCK_TOOL_PRESET              "gimp-tool-preset"
220
228
 
221
229
#define GIMP_STOCK_CONTROLLER               "gimp-controller"
222
230
#define GIMP_STOCK_CONTROLLER_KEYBOARD      "gimp-controller-keyboard"
275
283
#define GIMP_STOCK_GRADIENT                 GIMP_STOCK_TOOL_BLEND
276
284
#define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR
277
285
#define GIMP_STOCK_PATTERN                  GIMP_STOCK_TOOL_BUCKET_FILL
278
 
#define GIMP_STOCK_TOOL_DESATURATE          GIMP_STOCK_CONVERT_GRAYSCALE
 
286
#define GIMP_STOCK_CONTROLLER_MOUSE         GIMP_STOCK_CURSOR
279
287
 
280
288
 
281
289
void   gimp_stock_init (void);