summaryrefslogtreecommitdiffstats
path: root/libgimpwidgets/gimpicons.h
blob: c29721345cdb58bfa2e532c48a1ef45c652a5e53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
/* LIBGIMP - The GIMP Library
 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
 *
 * gimpicons.h
 * Copyright (C) 2001-2015 Michael Natterer <mitch@gimp.org>
 *
 * This library is free software: you can redistribute it and/or
 * modify it under the terms of the GNU Lesser General Public
 * License as published by the Free Software Foundation; either
 * version 3 of the License, or (at your option) any later version.
 *
 * This library is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 * Lesser General Public License for more details.
 *
 * You should have received a copy of the GNU Lesser General Public
 * License along with this library.  If not, see
 * <https://www.gnu.org/licenses/>.
 */

#if !defined (__GIMP_WIDGETS_H_INSIDE__) && !defined (GIMP_WIDGETS_COMPILATION)
#error "Only <libgimpwidgets/gimpwidgets.h> can be included directly."
#endif

#ifndef __GIMP_ICONS_H__
#define __GIMP_ICONS_H__

G_BEGIN_DECLS

/* For information look into the C source or the html documentation */


/*  random actions that don't fit in any category  */

#define GIMP_ICON_ATTACH                    "gimp-attach"
#define GIMP_ICON_DETACH                    "gimp-detach"
#define GIMP_ICON_INVERT                    "gimp-invert"
#define GIMP_ICON_RECORD                    "media-record"
#define GIMP_ICON_RESET                     "gimp-reset"
#define GIMP_ICON_SHRED                     "gimp-shred"


/*  random states/things that don't fit in any category  */

#define GIMP_ICON_BUSINESS_CARD             "gimp-business-card"
#define GIMP_ICON_CHAR_PICKER               "gimp-char-picker"
#define GIMP_ICON_CURSOR                    "gimp-cursor"
#define GIMP_ICON_DISPLAY                   "gimp-display"
#define GIMP_ICON_GEGL                      "gimp-gegl"
#define GIMP_ICON_LINKED                    "gimp-linked"
#define GIMP_ICON_MARKER                    "gimp-marker"
#define GIMP_ICON_SMARTPHONE                "gimp-smartphone"
#define GIMP_ICON_TRANSPARENCY              "gimp-transparency"
#define GIMP_ICON_VIDEO                     "gimp-video"
#define GIMP_ICON_VISIBLE                   "gimp-visible"
#define GIMP_ICON_WEB                       "gimp-web"


/*  random objects/entities that don't fit in any category  */

#define GIMP_ICON_BRUSH                     GIMP_ICON_TOOL_PAINTBRUSH
#define GIMP_ICON_BUFFER                    GIMP_ICON_EDIT_PASTE
#define GIMP_ICON_COLORMAP                  "gimp-colormap"
#define GIMP_ICON_DYNAMICS                  "gimp-dynamics"
#define GIMP_ICON_FILE_MANAGER              "gimp-file-manager"
#define GIMP_ICON_FONT                      "gtk-select-font"
#define GIMP_ICON_GRADIENT                  GIMP_ICON_TOOL_GRADIENT
#define GIMP_ICON_GRID                      "gimp-grid"
#define GIMP_ICON_INPUT_DEVICE              "gimp-input-device"
#define GIMP_ICON_MYPAINT_BRUSH             GIMP_ICON_TOOL_MYPAINT_BRUSH
#define GIMP_ICON_PALETTE                   "gtk-select-color"
#define GIMP_ICON_PATTERN                   "gimp-pattern"
#define GIMP_ICON_PLUGIN                    "gimp-plugin"
#define GIMP_ICON_SAMPLE_POINT              "gimp-sample-point"
#define GIMP_ICON_SYMMETRY                  "gimp-symmetry"
#define GIMP_ICON_TEMPLATE                  "gimp-template"
#define GIMP_ICON_TOOL_PRESET               "gimp-tool-preset"


/*  not really icons  */

#define GIMP_ICON_FRAME                     "gimp-frame"
#define GIMP_ICON_TEXTURE                   "gimp-texture"


/*  icons that follow, or at least try to follow the FDO naming and
 *  category conventions; and groups of icons with a common prefix;
 *  all sorted alphabetically
 *
 *  see also:
 *  https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html
 *
 *  some icons are marked with "use FDO", these shall be renamed in 3.0
 *  because we duplicated FDO standard icon names
 */

#define GIMP_ICON_APPLICATION_EXIT          "application-exit"

#define GIMP_ICON_ASPECT_PORTRAIT           "gimp-portrait"
#define GIMP_ICON_ASPECT_LANDSCAPE          "gimp-landscape"

#define GIMP_ICON_CAP_BUTT                  "gimp-cap-butt"
#define GIMP_ICON_CAP_ROUND                 "gimp-cap-round"
#define GIMP_ICON_CAP_SQUARE                "gimp-cap-square"

#define GIMP_ICON_CENTER                    "gimp-center"
#define GIMP_ICON_CENTER_HORIZONTAL         "gimp-hcenter"
#define GIMP_ICON_CENTER_VERTICAL           "gimp-vcenter"

#define GIMP_ICON_CHAIN_HORIZONTAL          "gimp-hchain"
#define GIMP_ICON_CHAIN_HORIZONTAL_BROKEN   "gimp-hchain-broken"
#define GIMP_ICON_CHAIN_VERTICAL            "gimp-vchain"
#define GIMP_ICON_CHAIN_VERTICAL_BROKEN     "gimp-vchain-broken"

#define GIMP_ICON_CHANNEL                   "gimp-channel"
#define GIMP_ICON_CHANNEL_ALPHA             "gimp-channel-alpha"
#define GIMP_ICON_CHANNEL_BLUE              "gimp-channel-blue"
#define GIMP_ICON_CHANNEL_GRAY              "gimp-channel-gray"
#define GIMP_ICON_CHANNEL_GREEN             "gimp-channel-green"
#define GIMP_ICON_CHANNEL_INDEXED           "gimp-channel-indexed"
#define GIMP_ICON_CHANNEL_RED               "gimp-channel-red"

#define GIMP_ICON_CLOSE                     "gimp-close"
#define GIMP_ICON_CLOSE_ALL                 "gimp-close-all"

#define GIMP_ICON_COLOR_PICKER_BLACK        "gimp-color-picker-black"
#define GIMP_ICON_COLOR_PICKER_GRAY         "gimp-color-picker-gray"
#define GIMP_ICON_COLOR_PICKER_WHITE        "gimp-color-picker-white"
#define GIMP_ICON_COLOR_PICK_FROM_SCREEN    "gimp-color-pick-from-screen"

#define GIMP_ICON_COLOR_SELECTOR_CMYK       "gimp-color-cmyk"
#define GIMP_ICON_COLOR_SELECTOR_TRIANGLE   "gimp-color-triangle"
#define GIMP_ICON_COLOR_SELECTOR_WATER      "gimp-color-water"

#define GIMP_ICON_COLOR_SPACE_LINEAR        "gimp-color-space-linear"
#define GIMP_ICON_COLOR_SPACE_NON_LINEAR    "gimp-color-space-non-linear"
#define GIMP_ICON_COLOR_SPACE_PERCEPTUAL    "gimp-color-space-perceptual"

#define GIMP_ICON_COLORS_DEFAULT            "gimp-default-colors"
#define GIMP_ICON_COLORS_SWAP               "gimp-swap-colors"

#define GIMP_ICON_CONTROLLER                "gimp-controller"
#define GIMP_ICON_CONTROLLER_KEYBOARD       "gimp-controller-keyboard"
#define GIMP_ICON_CONTROLLER_LINUX_INPUT    "gimp-controller-linux-input"
#define GIMP_ICON_CONTROLLER_MIDI           "gimp-controller-midi"
#define GIMP_ICON_CONTROLLER_MOUSE          GIMP_ICON_CURSOR
#define GIMP_ICON_CONTROLLER_WHEEL          "gimp-controller-wheel"

#define GIMP_ICON_CONVERT_RGB               "gimp-convert-rgb"
#define GIMP_ICON_CONVERT_GRAYSCALE         "gimp-convert-grayscale"
#define GIMP_ICON_CONVERT_INDEXED           "gimp-convert-indexed"
#define GIMP_ICON_CONVERT_PRECISION         GIMP_ICON_CONVERT_RGB

#define GIMP_ICON_CURVE_FREE                "gimp-curve-free"
#define GIMP_ICON_CURVE_SMOOTH              "gimp-curve-smooth"

#define GIMP_ICON_DIALOG_CHANNELS           "gimp-channels"
#define GIMP_ICON_DIALOG_DASHBOARD          "gimp-dashboard"
#define GIMP_ICON_DIALOG_DEVICE_STATUS      "gimp-device-status"
#define GIMP_ICON_DIALOG_ERROR              "gimp-error" /* use FDO */
#define GIMP_ICON_DIALOG_IMAGES             "gimp-images"
#define GIMP_ICON_DIALOG_INFORMATION        "gimp-info" /* use FDO */
#define GIMP_ICON_DIALOG_LAYERS             "gimp-layers"
#define GIMP_ICON_DIALOG_NAVIGATION         "gimp-navigation"
#define GIMP_ICON_DIALOG_PATHS              "gimp-paths"
#define GIMP_ICON_DIALOG_QUESTION           "gimp-question" /* use FDO */
#define GIMP_ICON_DIALOG_RESHOW_FILTER      "gimp-reshow-filter"
#define GIMP_ICON_DIALOG_TOOLS              "gimp-tools"
#define GIMP_ICON_DIALOG_TOOL_OPTIONS       "gimp-tool-options"
#define GIMP_ICON_DIALOG_UNDO_HISTORY       "gimp-undo-history"
#define GIMP_ICON_DIALOG_WARNING            "gimp-warning" /* use FDO */

#define GIMP_ICON_DISPLAY_FILTER              "gimp-display-filter"
#define GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING "gimp-display-filter-clip-warning"
#define GIMP_ICON_DISPLAY_FILTER_COLORBLIND   "gimp-display-filter-colorblind"
#define GIMP_ICON_DISPLAY_FILTER_CONTRAST     "gimp-display-filter-contrast"
#define GIMP_ICON_DISPLAY_FILTER_GAMMA        "gimp-display-filter-gamma"
#define GIMP_ICON_DISPLAY_FILTER_LCMS         "gimp-display-filter-lcms"
#define GIMP_ICON_DISPLAY_FILTER_PROOF        "gimp-display-filter-proof"

#define GIMP_ICON_DOCUMENT_NEW              "document-new"
#define GIMP_ICON_DOCUMENT_OPEN             "document-open"
#define GIMP_ICON_DOCUMENT_OPEN_RECENT      "document-open-recent"
#define GIMP_ICON_DOCUMENT_PAGE_SETUP       "document-page-setup"
#define GIMP_ICON_DOCUMENT_PRINT            "document-print"
#define GIMP_ICON_DOCUMENT_PRINT_RESOLUTION "document-print"
#define GIMP_ICON_DOCUMENT_PROPERTIES       "document-properties"
#define GIMP_ICON_DOCUMENT_REVERT           "document-revert"
#define GIMP_ICON_DOCUMENT_SAVE             "document-save"
#define GIMP_ICON_DOCUMENT_SAVE_AS          "document-save-as"

#define GIMP_ICON_EDIT                      "gtk-edit"
#define GIMP_ICON_EDIT_CLEAR                "edit-clear"
#define GIMP_ICON_EDIT_COPY                 "edit-copy"
#define GIMP_ICON_EDIT_CUT                  "edit-cut"
#define GIMP_ICON_EDIT_DELETE               "edit-delete"
#define GIMP_ICON_EDIT_FIND                 "edit-find"
#define GIMP_ICON_EDIT_PASTE                "edit-paste"
#define GIMP_ICON_EDIT_PASTE_AS_NEW         "gimp-paste-as-new"
#define GIMP_ICON_EDIT_PASTE_INTO           "gimp-paste-into"
#define GIMP_ICON_EDIT_REDO                 "edit-redo"
#define GIMP_ICON_EDIT_UNDO                 "edit-undo"

#define GIMP_ICON_FILL_HORIZONTAL           "gimp-hfill"
#define GIMP_ICON_FILL_VERTICAL             "gimp-vfill"

#define GIMP_ICON_FOLDER_NEW                "folder-new"

#define GIMP_ICON_FORMAT_INDENT_MORE         "format-indent-more"
#define GIMP_ICON_FORMAT_INDENT_LESS         "format-indent-less"
#define GIMP_ICON_FORMAT_JUSTIFY_CENTER      "format-justify-center"
#define GIMP_ICON_FORMAT_JUSTIFY_FILL        "format-justify-fill"
#define GIMP_ICON_FORMAT_JUSTIFY_LEFT        "format-justify-left"
#define GIMP_ICON_FORMAT_JUSTIFY_RIGHT       "format-justify-right"
#define GIMP_ICON_FORMAT_TEXT_BOLD           "format-text-bold"
#define GIMP_ICON_FORMAT_TEXT_ITALIC         "format-text-italic"
#define GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH  "format-text-strikethrough"
#define GIMP_ICON_FORMAT_TEXT_UNDERLINE      "format-text-underline"
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR  "gimp-text-dir-ltr" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL  "gimp-text-dir-rtl" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL           "gimp-text-dir-ttb-rtl" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT   "gimp-text-dir-ttb-rtl-upright" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR           "gimp-text-dir-ttb-ltr" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT   "gimp-text-dir-ttb-ltr-upright" /* use FDO */
#define GIMP_ICON_FORMAT_TEXT_SPACING_LETTER "gimp-letter-spacing"
#define GIMP_ICON_FORMAT_TEXT_SPACING_LINE   "gimp-line-spacing"

#define GIMP_ICON_GRADIENT_LINEAR               "gimp-gradient-linear"
#define GIMP_ICON_GRADIENT_BILINEAR             "gimp-gradient-bilinear"
#define GIMP_ICON_GRADIENT_RADIAL               "gimp-gradient-radial"
#define GIMP_ICON_GRADIENT_SQUARE               "gimp-gradient-square"
#define GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC    "gimp-gradient-conical-symmetric"
#define GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC   "gimp-gradient-conical-asymmetric"
#define GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR   "gimp-gradient-shapeburst-angular"
#define GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical"
#define GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED   "gimp-gradient-shapeburst-dimpled"
#define GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE     "gimp-gradient-spiral-clockwise"
#define GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"

#define GIMP_ICON_GRAVITY_EAST              "gimp-gravity-east"
#define GIMP_ICON_GRAVITY_NORTH             "gimp-gravity-north"
#define GIMP_ICON_GRAVITY_NORTH_EAST        "gimp-gravity-north-east"
#define GIMP_ICON_GRAVITY_NORTH_WEST        "gimp-gravity-north-west"
#define GIMP_ICON_GRAVITY_SOUTH             "gimp-gravity-south"
#define GIMP_ICON_GRAVITY_SOUTH_EAST        "gimp-gravity-south-east"
#define GIMP_ICON_GRAVITY_SOUTH_WEST        "gimp-gravity-south-west"
#define GIMP_ICON_GRAVITY_WEST              "gimp-gravity-west"

#define GIMP_ICON_GO_BOTTOM                 "go-bottom"
#define GIMP_ICON_GO_DOWN                   "go-down"
#define GIMP_ICON_GO_FIRST                  "go-first"
#define GIMP_ICON_GO_HOME                   "go-home"
#define GIMP_ICON_GO_LAST                   "go-last"
#define GIMP_ICON_GO_TOP                    "go-top"
#define GIMP_ICON_GO_UP                     "go-up"
#define GIMP_ICON_GO_PREVIOUS               "go-previous"
#define GIMP_ICON_GO_NEXT                   "go-next"

#define GIMP_ICON_HELP                      "help"
#define GIMP_ICON_HELP_ABOUT                "help-about"
#define GIMP_ICON_HELP_USER_MANUAL          "gimp-user-manual"

#define GIMP_ICON_HISTOGRAM                 "gimp-histogram"
#define GIMP_ICON_HISTOGRAM_LINEAR          "gimp-histogram-linear"
#define GIMP_ICON_HISTOGRAM_LOGARITHMIC     "gimp-histogram-logarithmic"

#define GIMP_ICON_IMAGE                     "gimp-image"
#define GIMP_ICON_IMAGE_OPEN                "gimp-image-open"
#define GIMP_ICON_IMAGE_RELOAD              "gimp-image-reload"

#define GIMP_ICON_JOIN_MITER                "gimp-join-miter"
#define GIMP_ICON_JOIN_ROUND                "gimp-join-round"
#define GIMP_ICON_JOIN_BEVEL                "gimp-join-bevel"

#define GIMP_ICON_LAYER                     "gimp-layer"
#define GIMP_ICON_LAYER_ANCHOR              "gimp-anchor"
#define GIMP_ICON_LAYER_FLOATING_SELECTION  "gimp-floating-selection"
#define GIMP_ICON_LAYER_MASK                "gimp-layer-mask"
#define GIMP_ICON_LAYER_MERGE_DOWN          "gimp-merge-down"
#define GIMP_ICON_LAYER_TEXT_LAYER          "gimp-text-layer"
#define GIMP_ICON_LAYER_TO_IMAGESIZE        "gimp-layer-to-imagesize"

#define GIMP_ICON_LIST                      "gimp-list"
#define GIMP_ICON_LIST_ADD                  "list-add"
#define GIMP_ICON_LIST_REMOVE               "list-remove"

#define GIMP_ICON_MENU_LEFT                 "gimp-menu-left"
#define GIMP_ICON_MENU_RIGHT                "gimp-menu-right"

#define GIMP_ICON_OBJECT_DUPLICATE          "gimp-duplicate"
#define GIMP_ICON_OBJECT_FLIP_HORIZONTAL    "gimp-flip-horizontal" /* use FDO */
#define GIMP_ICON_OBJECT_FLIP_VERTICAL      "gimp-flip-vertical" /* use FDO */
#define GIMP_ICON_OBJECT_RESIZE             "gimp-resize"
#define GIMP_ICON_OBJECT_ROTATE_180         "gimp-rotate-180"
#define GIMP_ICON_OBJECT_ROTATE_270         "gimp-rotate-270" /* use FDO */
#define GIMP_ICON_OBJECT_ROTATE_90          "gimp-rotate-90" /* use FDO */
#define GIMP_ICON_OBJECT_SCALE              "gimp-scale"

#define GIMP_ICON_PATH                      "gimp-path"
#define GIMP_ICON_PATH_STROKE               "gimp-path-stroke"

#define GIMP_ICON_PIVOT_CENTER              "gimp-pivot-center"
#define GIMP_ICON_PIVOT_EAST                "gimp-pivot-east"
#define GIMP_ICON_PIVOT_NORTH               "gimp-pivot-north"
#define GIMP_ICON_PIVOT_NORTH_EAST          "gimp-pivot-north-east"
#define GIMP_ICON_PIVOT_NORTH_WEST          "gimp-pivot-north-west"
#define GIMP_ICON_PIVOT_SOUTH               "gimp-pivot-south"
#define GIMP_ICON_PIVOT_SOUTH_EAST          "gimp-pivot-south-east"
#define GIMP_ICON_PIVOT_SOUTH_WEST          "gimp-pivot-south-west"
#define GIMP_ICON_PIVOT_WEST                "gimp-pivot-west"

#define GIMP_ICON_PREFERENCES_SYSTEM        "preferences-system"

#define GIMP_ICON_PROCESS_STOP              "process-stop"

#define GIMP_ICON_QUICK_MASK_OFF            "gimp-quick-mask-off"
#define GIMP_ICON_QUICK_MASK_ON             "gimp-quick-mask-on"

#define GIMP_ICON_SELECTION                 "gimp-selection"
#define GIMP_ICON_SELECTION_ADD             "gimp-selection-add"
#define GIMP_ICON_SELECTION_ALL             "gimp-selection-all"
#define GIMP_ICON_SELECTION_BORDER          "gimp-selection-border"
#define GIMP_ICON_SELECTION_GROW            "gimp-selection-grow"
#define GIMP_ICON_SELECTION_INTERSECT       "gimp-selection-intersect"
#define GIMP_ICON_SELECTION_NONE            "gimp-selection-none"
#define GIMP_ICON_SELECTION_REPLACE         "gimp-selection-replace"
#define GIMP_ICON_SELECTION_SHRINK          "gimp-selection-shrink"
#define GIMP_ICON_SELECTION_STROKE          "gimp-selection-stroke"
#define GIMP_ICON_SELECTION_SUBTRACT        "gimp-selection-subtract"
#define GIMP_ICON_SELECTION_TO_CHANNEL      "gimp-selection-to-channel"
#define GIMP_ICON_SELECTION_TO_PATH         "gimp-selection-to-path"

#define GIMP_ICON_SHAPE_CIRCLE              "gimp-shape-circle"
#define GIMP_ICON_SHAPE_DIAMOND             "gimp-shape-diamond"
#define GIMP_ICON_SHAPE_SQUARE              "gimp-shape-square"

#define GIMP_ICON_SYSTEM_RUN                "system-run"

#define GIMP_ICON_TOOL_AIRBRUSH             "gimp-tool-airbrush"
#define GIMP_ICON_TOOL_ALIGN                "gimp-tool-align"
#define GIMP_ICON_TOOL_BLUR                 "gimp-tool-blur"
#define GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST  "gimp-tool-brightness-contrast"
#define GIMP_ICON_TOOL_BUCKET_FILL          "gimp-tool-bucket-fill"
#define GIMP_ICON_TOOL_BY_COLOR_SELECT      "gimp-tool-by-color-select"
#define GIMP_ICON_TOOL_CAGE                 "gimp-tool-cage"
#define GIMP_ICON_TOOL_CLONE                "gimp-tool-clone"
#define GIMP_ICON_TOOL_COLORIZE             "gimp-tool-colorize"
#define GIMP_ICON_TOOL_COLOR_BALANCE        "gimp-tool-color-balance"
#define GIMP_ICON_TOOL_COLOR_PICKER         "gimp-tool-color-picker"
#define GIMP_ICON_TOOL_COLOR_TEMPERATURE    "gimp-tool-color-temperature"
#define GIMP_ICON_TOOL_CROP                 "gimp-tool-crop"
#define GIMP_ICON_TOOL_CURVES               "gimp-tool-curves"
#define GIMP_ICON_TOOL_DESATURATE           "gimp-tool-desaturate"
#define GIMP_ICON_TOOL_DODGE                "gimp-tool-dodge"
#define GIMP_ICON_TOOL_ELLIPSE_SELECT       "gimp-tool-ellipse-select"
#define GIMP_ICON_TOOL_ERASER               "gimp-tool-eraser"
#define GIMP_ICON_TOOL_EXPOSURE             "gimp-tool-exposure"
#define GIMP_ICON_TOOL_FLIP                 "gimp-tool-flip"
#define GIMP_ICON_TOOL_FOREGROUND_SELECT    "gimp-tool-foreground-select"
#define GIMP_ICON_TOOL_FREE_SELECT          "gimp-tool-free-select"
#define GIMP_ICON_TOOL_FUZZY_SELECT         "gimp-tool-fuzzy-select"
#define GIMP_ICON_TOOL_GRADIENT             "gimp-tool-gradient"
#define GIMP_ICON_TOOL_HANDLE_TRANSFORM     "gimp-tool-handle-transform"
#define GIMP_ICON_TOOL_HEAL                 "gimp-tool-heal"
#define GIMP_ICON_TOOL_HUE_SATURATION       "gimp-tool-hue-saturation"
#define GIMP_ICON_TOOL_INK                  "gimp-tool-ink"
#define GIMP_ICON_TOOL_ISCISSORS            "gimp-tool-iscissors"
#define GIMP_ICON_TOOL_LEVELS               "gimp-tool-levels"
#define GIMP_ICON_TOOL_MEASURE              "gimp-tool-measure"
#define GIMP_ICON_TOOL_MOVE                 "gimp-tool-move"
#define GIMP_ICON_TOOL_MYPAINT_BRUSH        "gimp-tool-mypaint-brush"
#define GIMP_ICON_TOOL_N_POINT_DEFORMATION  "gimp-tool-n-point-deformation"
#define GIMP_ICON_TOOL_OFFSET               "gimp-tool-offset"
#define GIMP_ICON_TOOL_PAINTBRUSH           "gimp-tool-paintbrush"
#define GIMP_ICON_TOOL_PATH                 "gimp-tool-path"
#define GIMP_ICON_TOOL_PENCIL               "gimp-tool-pencil"
#define GIMP_ICON_TOOL_PERSPECTIVE          "gimp-tool-perspective"
#define GIMP_ICON_TOOL_PERSPECTIVE_CLONE    "gimp-tool-perspective-clone"
#define GIMP_ICON_TOOL_POSTERIZE            "gimp-tool-posterize"
#define GIMP_ICON_TOOL_RECT_SELECT          "gimp-tool-rect-select"
#define GIMP_ICON_TOOL_ROTATE               "gimp-tool-rotate"
#define GIMP_ICON_TOOL_SCALE                "gimp-tool-scale"
#define GIMP_ICON_TOOL_SEAMLESS_CLONE       "gimp-tool-seamless-clone"
#define GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS   "gimp-tool-shadows-highlights"
#define GIMP_ICON_TOOL_SHEAR                "gimp-tool-shear"
#define GIMP_ICON_TOOL_SMUDGE               "gimp-tool-smudge"
#define GIMP_ICON_TOOL_TEXT                 "gimp-tool-text"
#define GIMP_ICON_TOOL_THRESHOLD            "gimp-tool-threshold"
#define GIMP_ICON_TOOL_TRANSFORM_3D         "gimp-tool-transform-3d"
#define GIMP_ICON_TOOL_UNIFIED_TRANSFORM    "gimp-tool-unified-transform"
#define GIMP_ICON_TOOL_WARP                 "gimp-tool-warp"
#define GIMP_ICON_TOOL_ZOOM                 "gimp-tool-zoom"

#define GIMP_ICON_TRANSFORM_3D_CAMERA       "gimp-transform-3d-camera"
#define GIMP_ICON_TRANSFORM_3D_MOVE         "gimp-transform-3d-move"
#define GIMP_ICON_TRANSFORM_3D_ROTATE       "gimp-transform-3d-rotate"

#define GIMP_ICON_VIEW_REFRESH              "view-refresh"
#define GIMP_ICON_VIEW_FULLSCREEN           "view-fullscreen"

#define GIMP_ICON_WILBER                    "gimp-wilber"
#define GIMP_ICON_WILBER_EEK                "gimp-wilber-eek"

#define GIMP_ICON_WINDOW_CLOSE              "window-close"
#define GIMP_ICON_WINDOW_MOVE_TO_SCREEN     "gimp-move-to-screen"
#define GIMP_ICON_WINDOW_NEW                "window-new"

#define GIMP_ICON_ZOOM_IN                   "zoom-in"
#define GIMP_ICON_ZOOM_ORIGINAL             "zoom-original"
#define GIMP_ICON_ZOOM_OUT                  "zoom-out"
#define GIMP_ICON_ZOOM_FIT_BEST             "zoom-fit-best"
#define GIMP_ICON_ZOOM_FOLLOW_WINDOW        "gimp-zoom-follow-window"


#ifndef GIMP_DISABLE_DEPRECATED

/*  in button size:  */

#define GIMP_STOCK_ANCHOR                   "gimp-anchor"
#define GIMP_STOCK_CENTER                   "gimp-center"
#define GIMP_STOCK_DUPLICATE                "gimp-duplicate"
#define GIMP_STOCK_LINKED                   "gimp-linked"
#define GIMP_STOCK_PASTE_AS_NEW             "gimp-paste-as-new"
#define GIMP_STOCK_PASTE_INTO               "gimp-paste-into"
#define GIMP_STOCK_RESET                    "gimp-reset"
#define GIMP_STOCK_VISIBLE                  "gimp-visible"

#define GIMP_STOCK_GRADIENT_LINEAR               "gimp-gradient-linear"
#define GIMP_STOCK_GRADIENT_BILINEAR             "gimp-gradient-bilinear"
#define GIMP_STOCK_GRADIENT_RADIAL               "gimp-gradient-radial"
#define GIMP_STOCK_GRADIENT_SQUARE               "gimp-gradient-square"
#define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC    "gimp-gradient-conical-symmetric"
#define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC   "gimp-gradient-conical-asymmetric"
#define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR   "gimp-gradient-shapeburst-angular"
#define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical"
#define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED   "gimp-gradient-shapeburst-dimpled"
#define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE     "gimp-gradient-spiral-clockwise"
#define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"

#define GIMP_STOCK_GRAVITY_EAST             "gimp-gravity-east"
#define GIMP_STOCK_GRAVITY_NORTH            "gimp-gravity-north"
#define GIMP_STOCK_GRAVITY_NORTH_EAST       "gimp-gravity-north-east"
#define GIMP_STOCK_GRAVITY_NORTH_WEST       "gimp-gravity-north-west"
#define GIMP_STOCK_GRAVITY_SOUTH            "gimp-gravity-south"
#define GIMP_STOCK_GRAVITY_SOUTH_EAST       "gimp-gravity-south-east"
#define GIMP_STOCK_GRAVITY_SOUTH_WEST       "gimp-gravity-south-west"
#define GIMP_STOCK_GRAVITY_WEST             "gimp-gravity-west"

#define GIMP_STOCK_HCENTER                  "gimp-hcenter"
#define GIMP_STOCK_VCENTER                  "gimp-vcenter"

#define GIMP_STOCK_HCHAIN                   "gimp-hchain"
#define GIMP_STOCK_HCHAIN_BROKEN            "gimp-hchain-broken"
#define GIMP_STOCK_VCHAIN                   "gimp-vchain"
#define GIMP_STOCK_VCHAIN_BROKEN            "gimp-vchain-broken"

#define GIMP_STOCK_SELECTION                "gimp-selection"
#define GIMP_STOCK_SELECTION_REPLACE        "gimp-selection-replace"
#define GIMP_STOCK_SELECTION_ADD            "gimp-selection-add"
#define GIMP_STOCK_SELECTION_SUBTRACT       "gimp-selection-subtract"
#define GIMP_STOCK_SELECTION_INTERSECT      "gimp-selection-intersect"
#define GIMP_STOCK_SELECTION_STROKE         "gimp-selection-stroke"
#define GIMP_STOCK_SELECTION_TO_CHANNEL     "gimp-selection-to-channel"
#define GIMP_STOCK_SELECTION_TO_PATH        "gimp-selection-to-path"

#define GIMP_STOCK_PATH_STROKE              "gimp-path-stroke"

#define GIMP_STOCK_CURVE_FREE               "gimp-curve-free"
#define GIMP_STOCK_CURVE_SMOOTH             "gimp-curve-smooth"

#define GIMP_STOCK_COLOR_PICKER_BLACK       "gimp-color-picker-black"
#define GIMP_STOCK_COLOR_PICKER_GRAY        "gimp-color-picker-gray"
#define GIMP_STOCK_COLOR_PICKER_WHITE       "gimp-color-picker-white"
#define GIMP_STOCK_COLOR_TRIANGLE           "gimp-color-triangle"
#define GIMP_STOCK_COLOR_PICK_FROM_SCREEN   "gimp-color-pick-from-screen"

#define GIMP_STOCK_CHAR_PICKER              "gimp-char-picker"
#define GIMP_STOCK_LETTER_SPACING           "gimp-letter-spacing"
#define GIMP_STOCK_LINE_SPACING             "gimp-line-spacing"
#define GIMP_STOCK_PATTERN                  "gimp-pattern"

#define GIMP_STOCK_TEXT_DIR_LTR             "gimp-text-dir-ltr"
#define GIMP_STOCK_TEXT_DIR_RTL             "gimp-text-dir-rtl"

#define GIMP_STOCK_TOOL_AIRBRUSH            "gimp-tool-airbrush"
#define GIMP_STOCK_TOOL_ALIGN               "gimp-tool-align"
#define GIMP_STOCK_TOOL_BLEND               "gimp-tool-gradient"
#define GIMP_STOCK_TOOL_BLUR                "gimp-tool-blur"
#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
#define GIMP_STOCK_TOOL_BUCKET_FILL         "gimp-tool-bucket-fill"
#define GIMP_STOCK_TOOL_BY_COLOR_SELECT     "gimp-tool-by-color-select"
#define GIMP_STOCK_TOOL_CAGE                "gimp-tool-cage"
#define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"
#define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"
#define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"
#define GIMP_STOCK_TOOL_COLORIZE            "gimp-tool-colorize"
#define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"
#define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"
#define GIMP_STOCK_TOOL_DESATURATE          "gimp-tool-desaturate"
#define GIMP_STOCK_TOOL_DODGE               "gimp-tool-dodge"
#define GIMP_STOCK_TOOL_ELLIPSE_SELECT      "gimp-tool-ellipse-select"
#define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"
#define GIMP_STOCK_TOOL_FLIP                "gimp-tool-flip"
#define GIMP_STOCK_TOOL_FREE_SELECT         "gimp-tool-free-select"
#define GIMP_STOCK_TOOL_FOREGROUND_SELECT   "gimp-tool-foreground-select"
#define GIMP_STOCK_TOOL_FUZZY_SELECT        "gimp-tool-fuzzy-select"
#define GIMP_STOCK_TOOL_HEAL                "gimp-tool-heal"
#define GIMP_STOCK_TOOL_HUE_SATURATION      "gimp-tool-hue-saturation"
#define GIMP_STOCK_TOOL_INK                 "gimp-tool-ink"
#define GIMP_STOCK_TOOL_ISCISSORS           "gimp-tool-iscissors"
#define GIMP_STOCK_TOOL_LEVELS              "gimp-tool-levels"
#define GIMP_STOCK_TOOL_MEASURE             "gimp-tool-measure"
#define GIMP_STOCK_TOOL_MOVE                "gimp-tool-move"
#define GIMP_STOCK_TOOL_PAINTBRUSH          "gimp-tool-paintbrush"
#define GIMP_STOCK_TOOL_PATH                "gimp-tool-path"
#define GIMP_STOCK_TOOL_PENCIL              "gimp-tool-pencil"
#define GIMP_STOCK_TOOL_PERSPECTIVE         "gimp-tool-perspective"
#define GIMP_STOCK_TOOL_PERSPECTIVE_CLONE   "gimp-tool-perspective-clone"
#define GIMP_STOCK_TOOL_POSTERIZE           "gimp-tool-posterize"
#define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"
#define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"
#define GIMP_STOCK_TOOL_SCALE               "gimp-tool-scale"
#define GIMP_STOCK_TOOL_SHEAR               "gimp-tool-shear"
#define GIMP_STOCK_TOOL_SMUDGE              "gimp-tool-smudge"
#define GIMP_STOCK_TOOL_TEXT                "gimp-tool-text"
#define GIMP_STOCK_TOOL_THRESHOLD           "gimp-tool-threshold"
#define GIMP_STOCK_TOOL_ZOOM                "gimp-tool-zoom"

/*  in menu size:  */

#define GIMP_STOCK_CONVERT_RGB              "gimp-convert-rgb"
#define GIMP_STOCK_CONVERT_GRAYSCALE        "gimp-convert-grayscale"
#define GIMP_STOCK_CONVERT_INDEXED          "gimp-convert-indexed"
#define GIMP_STOCK_INVERT                   "gimp-invert"
#define GIMP_STOCK_MERGE_DOWN               "gimp-merge-down"
#define GIMP_STOCK_LAYER_TO_IMAGESIZE       "gimp-layer-to-imagesize"
#define GIMP_STOCK_PLUGIN                   "gimp-plugin"
#define GIMP_STOCK_UNDO_HISTORY             "gimp-undo-history"
#define GIMP_STOCK_RESHOW_FILTER            "gimp-reshow-filter"
#define GIMP_STOCK_ROTATE_90                "gimp-rotate-90"
#define GIMP_STOCK_ROTATE_180               "gimp-rotate-180"
#define GIMP_STOCK_ROTATE_270               "gimp-rotate-270"
#define GIMP_STOCK_RESIZE                   "gimp-resize"
#define GIMP_STOCK_SCALE                    "gimp-scale"
#define GIMP_STOCK_FLIP_HORIZONTAL          "gimp-flip-horizontal"
#define GIMP_STOCK_FLIP_VERTICAL            "gimp-flip-vertical"

#define GIMP_STOCK_IMAGE                    "gimp-image"
#define GIMP_STOCK_LAYER                    "gimp-layer"
#define GIMP_STOCK_TEXT_LAYER               "gimp-text-layer"
#define GIMP_STOCK_FLOATING_SELECTION       "gimp-floating-selection"
#define GIMP_STOCK_CHANNEL                  "gimp-channel"
#define GIMP_STOCK_CHANNEL_RED              "gimp-channel-red"
#define GIMP_STOCK_CHANNEL_GREEN            "gimp-channel-green"
#define GIMP_STOCK_CHANNEL_BLUE             "gimp-channel-blue"
#define GIMP_STOCK_CHANNEL_GRAY             "gimp-channel-gray"
#define GIMP_STOCK_CHANNEL_INDEXED          "gimp-channel-indexed"
#define GIMP_STOCK_CHANNEL_ALPHA            "gimp-channel-alpha"
#define GIMP_STOCK_LAYER_MASK               "gimp-layer-mask"
#define GIMP_STOCK_PATH                     "gimp-path"
#define GIMP_STOCK_TEMPLATE                 "gimp-template"
#define GIMP_STOCK_TRANSPARENCY             "gimp-transparency"
#define GIMP_STOCK_COLORMAP                 "gimp-colormap"

#define GIMP_STOCK_INDEXED_PALETTE          "gimp-colormap"

#define GIMP_STOCK_IMAGES                   "gimp-images"
#define GIMP_STOCK_LAYERS                   "gimp-layers"
#define GIMP_STOCK_CHANNELS                 "gimp-channels"
#define GIMP_STOCK_PATHS                    "gimp-paths"

#define GIMP_STOCK_SELECTION_ALL            "gimp-selection-all"
#define GIMP_STOCK_SELECTION_NONE           "gimp-selection-none"
#define GIMP_STOCK_SELECTION_GROW           "gimp-selection-grow"
#define GIMP_STOCK_SELECTION_SHRINK         "gimp-selection-shrink"
#define GIMP_STOCK_SELECTION_BORDER         "gimp-selection-border"

#define GIMP_STOCK_NAVIGATION               "gimp-navigation"
#define GIMP_STOCK_QUICK_MASK_OFF           "gimp-quick-mask-off"
#define GIMP_STOCK_QUICK_MASK_ON            "gimp-quick-mask-on"

#define GIMP_STOCK_QMASK_OFF                "gimp-quick-mask-off"
#define GIMP_STOCK_QMASK_ON                 "gimp-quick-mask-on"

#define GIMP_STOCK_HISTOGRAM                "gimp-histogram"
#define GIMP_STOCK_HISTOGRAM_LINEAR         "gimp-histogram-linear"
#define GIMP_STOCK_HISTOGRAM_LOGARITHMIC    "gimp-histogram-logarithmic"

#define GIMP_STOCK_CLOSE                    "gimp-close"
#define GIMP_STOCK_MENU_LEFT                "gimp-menu-left"
#define GIMP_STOCK_MENU_RIGHT               "gimp-menu-right"
#define GIMP_STOCK_MOVE_TO_SCREEN           "gimp-move-to-screen"
#define GIMP_STOCK_DEFAULT_COLORS           "gimp-default-colors"
#define GIMP_STOCK_SWAP_COLORS              "gimp-swap-colors"
#define GIMP_STOCK_ZOOM_FOLLOW_WINDOW       "gimp-zoom-follow-window"

#define GIMP_STOCK_TOOLS                    "gimp-tools"
#define GIMP_STOCK_TOOL_OPTIONS             "gimp-tool-options"
#define GIMP_STOCK_DEVICE_STATUS            "gimp-device-status"
#define GIMP_STOCK_INPUT_DEVICE             "gimp-input-device"
#define GIMP_STOCK_CURSOR                   "gimp-cursor"
#define GIMP_STOCK_SAMPLE_POINT             "gimp-sample-point"
#define GIMP_STOCK_DYNAMICS                 "gimp-dynamics"
#define GIMP_STOCK_TOOL_PRESET              "gimp-tool-preset"

#define GIMP_STOCK_CONTROLLER               "gimp-controller"
#define GIMP_STOCK_CONTROLLER_KEYBOARD      "gimp-controller-keyboard"
#define GIMP_STOCK_CONTROLLER_LINUX_INPUT   "gimp-controller-linux-input"
#define GIMP_STOCK_CONTROLLER_MIDI          "gimp-controller-midi"
#define GIMP_STOCK_CONTROLLER_WHEEL         "gimp-controller-wheel"

#define GIMP_STOCK_DISPLAY_FILTER           "gimp-display-filter"
#define GIMP_STOCK_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind"
#define GIMP_STOCK_DISPLAY_FILTER_CONTRAST  "gimp-display-filter-contrast"
#define GIMP_STOCK_DISPLAY_FILTER_GAMMA     "gimp-display-filter-gamma"
#define GIMP_STOCK_DISPLAY_FILTER_LCMS      "gimp-display-filter-lcms"
#define GIMP_STOCK_DISPLAY_FILTER_PROOF     "gimp-display-filter-proof"

#define GIMP_STOCK_LIST                     "gimp-list"
#define GIMP_STOCK_GRID                     "gimp-grid"

#define GIMP_STOCK_PORTRAIT                 "gimp-portrait"
#define GIMP_STOCK_LANDSCAPE                "gimp-landscape"

#define GIMP_STOCK_GEGL                     "gimp-gegl"
#define GIMP_STOCK_VIDEO                    "gimp-video"
#define GIMP_STOCK_WEB                      "gimp-web"

#define GIMP_STOCK_SHAPE_CIRCLE             "gimp-shape-circle"
#define GIMP_STOCK_SHAPE_DIAMOND            "gimp-shape-diamond"
#define GIMP_STOCK_SHAPE_SQUARE             "gimp-shape-square"

#define GIMP_STOCK_CAP_BUTT                 "gimp-cap-butt"
#define GIMP_STOCK_CAP_ROUND                "gimp-cap-round"
#define GIMP_STOCK_CAP_SQUARE               "gimp-cap-square"

#define GIMP_STOCK_JOIN_MITER               "gimp-join-miter"
#define GIMP_STOCK_JOIN_ROUND               "gimp-join-round"
#define GIMP_STOCK_JOIN_BEVEL               "gimp-join-bevel"

/*  in dialog size:  */

#define GIMP_STOCK_ERROR                    "gimp-error"
#define GIMP_STOCK_INFO                     "gimp-info"
#define GIMP_STOCK_QUESTION                 "gimp-question"
#define GIMP_STOCK_WARNING                  "gimp-warning"
#define GIMP_STOCK_WILBER                   "gimp-wilber"
#define GIMP_STOCK_WILBER_EEK               "gimp-wilber-eek"
#define GIMP_STOCK_FRAME                    "gimp-frame"
#define GIMP_STOCK_TEXTURE                  "gimp-texture"
#define GIMP_STOCK_USER_MANUAL              "gimp-user-manual"

/*  missing icons:  */

#define GIMP_STOCK_BRUSH                    GIMP_STOCK_TOOL_PAINTBRUSH
#define GIMP_STOCK_BUFFER                   "edit-paste"
#define GIMP_STOCK_DETACH                   GTK_STOCK_CONVERT
#define GIMP_STOCK_FONT                     GTK_STOCK_SELECT_FONT
#define GIMP_STOCK_GRADIENT                 GIMP_STOCK_TOOL_BLEND
#define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR
#define GIMP_STOCK_CONTROLLER_MOUSE         GIMP_STOCK_CURSOR
#define GIMP_STOCK_PRINT_RESOLUTION         "document-print"

#define GIMP_STOCK_EDIT                     "gtk-edit"

#endif /* GIMP_DISABLE_DEPRECATED */


GIMP_DEPRECATED_FOR(gimp_icons_init)
void   gimp_stock_init           (void);

void   gimp_icons_init           (void);

void   gimp_icons_set_icon_theme (GFile *path);


G_END_DECLS

#endif /* __GIMP_ICONS_H__ */