1 /* LIBGIMP - The GIMP Library 2 * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball 3 * 4 * gimpicons.h 5 * Copyright (C) 2001-2015 Michael Natterer <mitch@gimp.org> 6 * 7 * This library is free software: you can redistribute it and/or 8 * modify it under the terms of the GNU Lesser General Public 9 * License as published by the Free Software Foundation; either 10 * version 3 of the License, or (at your option) any later version. 11 * 12 * This library is distributed in the hope that it will be useful, 13 * but WITHOUT ANY WARRANTY; without even the implied warranty of 14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 15 * Lesser General Public License for more details. 16 * 17 * You should have received a copy of the GNU Lesser General Public 18 * License along with this library. If not, see 19 * <https://www.gnu.org/licenses/>. 20 */ 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 26 #ifndef __GIMP_ICONS_H__ 27 #define __GIMP_ICONS_H__ 28 29 G_BEGIN_DECLS 30 31 /* For information look into the C source or the html documentation */ 32 33 34 /* random actions that don't fit in any category */ 35 36 #define GIMP_ICON_ATTACH "gimp-attach" 37 #define GIMP_ICON_DETACH "gimp-detach" 38 #define GIMP_ICON_INVERT "gimp-invert" 39 #define GIMP_ICON_RECORD "media-record" 40 #define GIMP_ICON_RESET "gimp-reset" 41 #define GIMP_ICON_SHRED "gimp-shred" 42 43 44 /* random states/things that don't fit in any category */ 45 46 #define GIMP_ICON_BUSINESS_CARD "gimp-business-card" 47 #define GIMP_ICON_CHAR_PICKER "gimp-char-picker" 48 #define GIMP_ICON_CURSOR "gimp-cursor" 49 #define GIMP_ICON_DISPLAY "gimp-display" 50 #define GIMP_ICON_GEGL "gimp-gegl" 51 #define GIMP_ICON_LINKED "gimp-linked" 52 #define GIMP_ICON_MARKER "gimp-marker" 53 #define GIMP_ICON_SMARTPHONE "gimp-smartphone" 54 #define GIMP_ICON_TRANSPARENCY "gimp-transparency" 55 #define GIMP_ICON_VIDEO "gimp-video" 56 #define GIMP_ICON_VISIBLE "gimp-visible" 57 #define GIMP_ICON_WEB "gimp-web" 58 59 60 /* random objects/entities that don't fit in any category */ 61 62 #define GIMP_ICON_BRUSH GIMP_ICON_TOOL_PAINTBRUSH 63 #define GIMP_ICON_BUFFER GIMP_ICON_EDIT_PASTE 64 #define GIMP_ICON_COLORMAP "gimp-colormap" 65 #define GIMP_ICON_DYNAMICS "gimp-dynamics" 66 #define GIMP_ICON_FILE_MANAGER "gimp-file-manager" 67 #define GIMP_ICON_FONT "gtk-select-font" 68 #define GIMP_ICON_GRADIENT GIMP_ICON_TOOL_GRADIENT 69 #define GIMP_ICON_GRID "gimp-grid" 70 #define GIMP_ICON_INPUT_DEVICE "gimp-input-device" 71 #define GIMP_ICON_MYPAINT_BRUSH GIMP_ICON_TOOL_MYPAINT_BRUSH 72 #define GIMP_ICON_PALETTE "gtk-select-color" 73 #define GIMP_ICON_PATTERN "gimp-pattern" 74 #define GIMP_ICON_PLUGIN "gimp-plugin" 75 #define GIMP_ICON_SAMPLE_POINT "gimp-sample-point" 76 #define GIMP_ICON_SYMMETRY "gimp-symmetry" 77 #define GIMP_ICON_TEMPLATE "gimp-template" 78 #define GIMP_ICON_TOOL_PRESET "gimp-tool-preset" 79 80 81 /* not really icons */ 82 83 #define GIMP_ICON_FRAME "gimp-frame" 84 #define GIMP_ICON_TEXTURE "gimp-texture" 85 86 87 /* icons that follow, or at least try to follow the FDO naming and 88 * category conventions; and groups of icons with a common prefix; 89 * all sorted alphabetically 90 * 91 * see also: 92 * https://specifications.freedesktop.org/icon-naming-spec/latest/ar01s04.html 93 * 94 * some icons are marked with "use FDO", these shall be renamed in 3.0 95 * because we duplicated FDO standard icon names 96 */ 97 98 #define GIMP_ICON_APPLICATION_EXIT "application-exit" 99 100 #define GIMP_ICON_ASPECT_PORTRAIT "gimp-portrait" 101 #define GIMP_ICON_ASPECT_LANDSCAPE "gimp-landscape" 102 103 #define GIMP_ICON_CAP_BUTT "gimp-cap-butt" 104 #define GIMP_ICON_CAP_ROUND "gimp-cap-round" 105 #define GIMP_ICON_CAP_SQUARE "gimp-cap-square" 106 107 #define GIMP_ICON_CENTER "gimp-center" 108 #define GIMP_ICON_CENTER_HORIZONTAL "gimp-hcenter" 109 #define GIMP_ICON_CENTER_VERTICAL "gimp-vcenter" 110 111 #define GIMP_ICON_CHAIN_HORIZONTAL "gimp-hchain" 112 #define GIMP_ICON_CHAIN_HORIZONTAL_BROKEN "gimp-hchain-broken" 113 #define GIMP_ICON_CHAIN_VERTICAL "gimp-vchain" 114 #define GIMP_ICON_CHAIN_VERTICAL_BROKEN "gimp-vchain-broken" 115 116 #define GIMP_ICON_CHANNEL "gimp-channel" 117 #define GIMP_ICON_CHANNEL_ALPHA "gimp-channel-alpha" 118 #define GIMP_ICON_CHANNEL_BLUE "gimp-channel-blue" 119 #define GIMP_ICON_CHANNEL_GRAY "gimp-channel-gray" 120 #define GIMP_ICON_CHANNEL_GREEN "gimp-channel-green" 121 #define GIMP_ICON_CHANNEL_INDEXED "gimp-channel-indexed" 122 #define GIMP_ICON_CHANNEL_RED "gimp-channel-red" 123 124 #define GIMP_ICON_CLOSE "gimp-close" 125 #define GIMP_ICON_CLOSE_ALL "gimp-close-all" 126 127 #define GIMP_ICON_COLOR_PICKER_BLACK "gimp-color-picker-black" 128 #define GIMP_ICON_COLOR_PICKER_GRAY "gimp-color-picker-gray" 129 #define GIMP_ICON_COLOR_PICKER_WHITE "gimp-color-picker-white" 130 #define GIMP_ICON_COLOR_PICK_FROM_SCREEN "gimp-color-pick-from-screen" 131 132 #define GIMP_ICON_COLOR_SELECTOR_CMYK "gimp-color-cmyk" 133 #define GIMP_ICON_COLOR_SELECTOR_TRIANGLE "gimp-color-triangle" 134 #define GIMP_ICON_COLOR_SELECTOR_WATER "gimp-color-water" 135 136 #define GIMP_ICON_COLOR_SPACE_LINEAR "gimp-color-space-linear" 137 #define GIMP_ICON_COLOR_SPACE_NON_LINEAR "gimp-color-space-non-linear" 138 #define GIMP_ICON_COLOR_SPACE_PERCEPTUAL "gimp-color-space-perceptual" 139 140 #define GIMP_ICON_COLORS_DEFAULT "gimp-default-colors" 141 #define GIMP_ICON_COLORS_SWAP "gimp-swap-colors" 142 143 #define GIMP_ICON_CONTROLLER "gimp-controller" 144 #define GIMP_ICON_CONTROLLER_KEYBOARD "gimp-controller-keyboard" 145 #define GIMP_ICON_CONTROLLER_LINUX_INPUT "gimp-controller-linux-input" 146 #define GIMP_ICON_CONTROLLER_MIDI "gimp-controller-midi" 147 #define GIMP_ICON_CONTROLLER_MOUSE GIMP_ICON_CURSOR 148 #define GIMP_ICON_CONTROLLER_WHEEL "gimp-controller-wheel" 149 150 #define GIMP_ICON_CONVERT_RGB "gimp-convert-rgb" 151 #define GIMP_ICON_CONVERT_GRAYSCALE "gimp-convert-grayscale" 152 #define GIMP_ICON_CONVERT_INDEXED "gimp-convert-indexed" 153 #define GIMP_ICON_CONVERT_PRECISION GIMP_ICON_CONVERT_RGB 154 155 #define GIMP_ICON_CURVE_FREE "gimp-curve-free" 156 #define GIMP_ICON_CURVE_SMOOTH "gimp-curve-smooth" 157 158 #define GIMP_ICON_DIALOG_CHANNELS "gimp-channels" 159 #define GIMP_ICON_DIALOG_DASHBOARD "gimp-dashboard" 160 #define GIMP_ICON_DIALOG_DEVICE_STATUS "gimp-device-status" 161 #define GIMP_ICON_DIALOG_ERROR "gimp-error" /* use FDO */ 162 #define GIMP_ICON_DIALOG_IMAGES "gimp-images" 163 #define GIMP_ICON_DIALOG_INFORMATION "gimp-info" /* use FDO */ 164 #define GIMP_ICON_DIALOG_LAYERS "gimp-layers" 165 #define GIMP_ICON_DIALOG_NAVIGATION "gimp-navigation" 166 #define GIMP_ICON_DIALOG_PATHS "gimp-paths" 167 #define GIMP_ICON_DIALOG_QUESTION "gimp-question" /* use FDO */ 168 #define GIMP_ICON_DIALOG_RESHOW_FILTER "gimp-reshow-filter" 169 #define GIMP_ICON_DIALOG_TOOLS "gimp-tools" 170 #define GIMP_ICON_DIALOG_TOOL_OPTIONS "gimp-tool-options" 171 #define GIMP_ICON_DIALOG_UNDO_HISTORY "gimp-undo-history" 172 #define GIMP_ICON_DIALOG_WARNING "gimp-warning" /* use FDO */ 173 174 #define GIMP_ICON_DISPLAY_FILTER "gimp-display-filter" 175 #define GIMP_ICON_DISPLAY_FILTER_CLIP_WARNING "gimp-display-filter-clip-warning" 176 #define GIMP_ICON_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind" 177 #define GIMP_ICON_DISPLAY_FILTER_CONTRAST "gimp-display-filter-contrast" 178 #define GIMP_ICON_DISPLAY_FILTER_GAMMA "gimp-display-filter-gamma" 179 #define GIMP_ICON_DISPLAY_FILTER_LCMS "gimp-display-filter-lcms" 180 #define GIMP_ICON_DISPLAY_FILTER_PROOF "gimp-display-filter-proof" 181 182 #define GIMP_ICON_DOCUMENT_NEW "document-new" 183 #define GIMP_ICON_DOCUMENT_OPEN "document-open" 184 #define GIMP_ICON_DOCUMENT_OPEN_RECENT "document-open-recent" 185 #define GIMP_ICON_DOCUMENT_PAGE_SETUP "document-page-setup" 186 #define GIMP_ICON_DOCUMENT_PRINT "document-print" 187 #define GIMP_ICON_DOCUMENT_PRINT_RESOLUTION "document-print" 188 #define GIMP_ICON_DOCUMENT_PROPERTIES "document-properties" 189 #define GIMP_ICON_DOCUMENT_REVERT "document-revert" 190 #define GIMP_ICON_DOCUMENT_SAVE "document-save" 191 #define GIMP_ICON_DOCUMENT_SAVE_AS "document-save-as" 192 193 #define GIMP_ICON_EDIT "gtk-edit" 194 #define GIMP_ICON_EDIT_CLEAR "edit-clear" 195 #define GIMP_ICON_EDIT_COPY "edit-copy" 196 #define GIMP_ICON_EDIT_CUT "edit-cut" 197 #define GIMP_ICON_EDIT_DELETE "edit-delete" 198 #define GIMP_ICON_EDIT_FIND "edit-find" 199 #define GIMP_ICON_EDIT_PASTE "edit-paste" 200 #define GIMP_ICON_EDIT_PASTE_AS_NEW "gimp-paste-as-new" 201 #define GIMP_ICON_EDIT_PASTE_INTO "gimp-paste-into" 202 #define GIMP_ICON_EDIT_REDO "edit-redo" 203 #define GIMP_ICON_EDIT_UNDO "edit-undo" 204 205 #define GIMP_ICON_FILL_HORIZONTAL "gimp-hfill" 206 #define GIMP_ICON_FILL_VERTICAL "gimp-vfill" 207 208 #define GIMP_ICON_FOLDER_NEW "folder-new" 209 210 #define GIMP_ICON_FORMAT_INDENT_MORE "format-indent-more" 211 #define GIMP_ICON_FORMAT_INDENT_LESS "format-indent-less" 212 #define GIMP_ICON_FORMAT_JUSTIFY_CENTER "format-justify-center" 213 #define GIMP_ICON_FORMAT_JUSTIFY_FILL "format-justify-fill" 214 #define GIMP_ICON_FORMAT_JUSTIFY_LEFT "format-justify-left" 215 #define GIMP_ICON_FORMAT_JUSTIFY_RIGHT "format-justify-right" 216 #define GIMP_ICON_FORMAT_TEXT_BOLD "format-text-bold" 217 #define GIMP_ICON_FORMAT_TEXT_ITALIC "format-text-italic" 218 #define GIMP_ICON_FORMAT_TEXT_STRIKETHROUGH "format-text-strikethrough" 219 #define GIMP_ICON_FORMAT_TEXT_UNDERLINE "format-text-underline" 220 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_LTR "gimp-text-dir-ltr" /* use FDO */ 221 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_RTL "gimp-text-dir-rtl" /* use FDO */ 222 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL "gimp-text-dir-ttb-rtl" /* use FDO */ 223 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_RTL_UPRIGHT "gimp-text-dir-ttb-rtl-upright" /* use FDO */ 224 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR "gimp-text-dir-ttb-ltr" /* use FDO */ 225 #define GIMP_ICON_FORMAT_TEXT_DIRECTION_TTB_LTR_UPRIGHT "gimp-text-dir-ttb-ltr-upright" /* use FDO */ 226 #define GIMP_ICON_FORMAT_TEXT_SPACING_LETTER "gimp-letter-spacing" 227 #define GIMP_ICON_FORMAT_TEXT_SPACING_LINE "gimp-line-spacing" 228 229 #define GIMP_ICON_GRADIENT_LINEAR "gimp-gradient-linear" 230 #define GIMP_ICON_GRADIENT_BILINEAR "gimp-gradient-bilinear" 231 #define GIMP_ICON_GRADIENT_RADIAL "gimp-gradient-radial" 232 #define GIMP_ICON_GRADIENT_SQUARE "gimp-gradient-square" 233 #define GIMP_ICON_GRADIENT_CONICAL_SYMMETRIC "gimp-gradient-conical-symmetric" 234 #define GIMP_ICON_GRADIENT_CONICAL_ASYMMETRIC "gimp-gradient-conical-asymmetric" 235 #define GIMP_ICON_GRADIENT_SHAPEBURST_ANGULAR "gimp-gradient-shapeburst-angular" 236 #define GIMP_ICON_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical" 237 #define GIMP_ICON_GRADIENT_SHAPEBURST_DIMPLED "gimp-gradient-shapeburst-dimpled" 238 #define GIMP_ICON_GRADIENT_SPIRAL_CLOCKWISE "gimp-gradient-spiral-clockwise" 239 #define GIMP_ICON_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise" 240 241 #define GIMP_ICON_GRAVITY_EAST "gimp-gravity-east" 242 #define GIMP_ICON_GRAVITY_NORTH "gimp-gravity-north" 243 #define GIMP_ICON_GRAVITY_NORTH_EAST "gimp-gravity-north-east" 244 #define GIMP_ICON_GRAVITY_NORTH_WEST "gimp-gravity-north-west" 245 #define GIMP_ICON_GRAVITY_SOUTH "gimp-gravity-south" 246 #define GIMP_ICON_GRAVITY_SOUTH_EAST "gimp-gravity-south-east" 247 #define GIMP_ICON_GRAVITY_SOUTH_WEST "gimp-gravity-south-west" 248 #define GIMP_ICON_GRAVITY_WEST "gimp-gravity-west" 249 250 #define GIMP_ICON_GO_BOTTOM "go-bottom" 251 #define GIMP_ICON_GO_DOWN "go-down" 252 #define GIMP_ICON_GO_FIRST "go-first" 253 #define GIMP_ICON_GO_HOME "go-home" 254 #define GIMP_ICON_GO_LAST "go-last" 255 #define GIMP_ICON_GO_TOP "go-top" 256 #define GIMP_ICON_GO_UP "go-up" 257 #define GIMP_ICON_GO_PREVIOUS "go-previous" 258 #define GIMP_ICON_GO_NEXT "go-next" 259 260 #define GIMP_ICON_HELP "help" 261 #define GIMP_ICON_HELP_ABOUT "help-about" 262 #define GIMP_ICON_HELP_USER_MANUAL "gimp-user-manual" 263 264 #define GIMP_ICON_HISTOGRAM "gimp-histogram" 265 #define GIMP_ICON_HISTOGRAM_LINEAR "gimp-histogram-linear" 266 #define GIMP_ICON_HISTOGRAM_LOGARITHMIC "gimp-histogram-logarithmic" 267 268 #define GIMP_ICON_IMAGE "gimp-image" 269 #define GIMP_ICON_IMAGE_OPEN "gimp-image-open" 270 #define GIMP_ICON_IMAGE_RELOAD "gimp-image-reload" 271 272 #define GIMP_ICON_JOIN_MITER "gimp-join-miter" 273 #define GIMP_ICON_JOIN_ROUND "gimp-join-round" 274 #define GIMP_ICON_JOIN_BEVEL "gimp-join-bevel" 275 276 #define GIMP_ICON_LAYER "gimp-layer" 277 #define GIMP_ICON_LAYER_ANCHOR "gimp-anchor" 278 #define GIMP_ICON_LAYER_FLOATING_SELECTION "gimp-floating-selection" 279 #define GIMP_ICON_LAYER_MASK "gimp-layer-mask" 280 #define GIMP_ICON_LAYER_MERGE_DOWN "gimp-merge-down" 281 #define GIMP_ICON_LAYER_TEXT_LAYER "gimp-text-layer" 282 #define GIMP_ICON_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize" 283 284 #define GIMP_ICON_LIST "gimp-list" 285 #define GIMP_ICON_LIST_ADD "list-add" 286 #define GIMP_ICON_LIST_REMOVE "list-remove" 287 288 #define GIMP_ICON_MENU_LEFT "gimp-menu-left" 289 #define GIMP_ICON_MENU_RIGHT "gimp-menu-right" 290 291 #define GIMP_ICON_OBJECT_DUPLICATE "gimp-duplicate" 292 #define GIMP_ICON_OBJECT_FLIP_HORIZONTAL "gimp-flip-horizontal" /* use FDO */ 293 #define GIMP_ICON_OBJECT_FLIP_VERTICAL "gimp-flip-vertical" /* use FDO */ 294 #define GIMP_ICON_OBJECT_RESIZE "gimp-resize" 295 #define GIMP_ICON_OBJECT_ROTATE_180 "gimp-rotate-180" 296 #define GIMP_ICON_OBJECT_ROTATE_270 "gimp-rotate-270" /* use FDO */ 297 #define GIMP_ICON_OBJECT_ROTATE_90 "gimp-rotate-90" /* use FDO */ 298 #define GIMP_ICON_OBJECT_SCALE "gimp-scale" 299 300 #define GIMP_ICON_PATH "gimp-path" 301 #define GIMP_ICON_PATH_STROKE "gimp-path-stroke" 302 303 #define GIMP_ICON_PIVOT_CENTER "gimp-pivot-center" 304 #define GIMP_ICON_PIVOT_EAST "gimp-pivot-east" 305 #define GIMP_ICON_PIVOT_NORTH "gimp-pivot-north" 306 #define GIMP_ICON_PIVOT_NORTH_EAST "gimp-pivot-north-east" 307 #define GIMP_ICON_PIVOT_NORTH_WEST "gimp-pivot-north-west" 308 #define GIMP_ICON_PIVOT_SOUTH "gimp-pivot-south" 309 #define GIMP_ICON_PIVOT_SOUTH_EAST "gimp-pivot-south-east" 310 #define GIMP_ICON_PIVOT_SOUTH_WEST "gimp-pivot-south-west" 311 #define GIMP_ICON_PIVOT_WEST "gimp-pivot-west" 312 313 #define GIMP_ICON_PREFERENCES_SYSTEM "preferences-system" 314 315 #define GIMP_ICON_PROCESS_STOP "process-stop" 316 317 #define GIMP_ICON_QUICK_MASK_OFF "gimp-quick-mask-off" 318 #define GIMP_ICON_QUICK_MASK_ON "gimp-quick-mask-on" 319 320 #define GIMP_ICON_SELECTION "gimp-selection" 321 #define GIMP_ICON_SELECTION_ADD "gimp-selection-add" 322 #define GIMP_ICON_SELECTION_ALL "gimp-selection-all" 323 #define GIMP_ICON_SELECTION_BORDER "gimp-selection-border" 324 #define GIMP_ICON_SELECTION_GROW "gimp-selection-grow" 325 #define GIMP_ICON_SELECTION_INTERSECT "gimp-selection-intersect" 326 #define GIMP_ICON_SELECTION_NONE "gimp-selection-none" 327 #define GIMP_ICON_SELECTION_REPLACE "gimp-selection-replace" 328 #define GIMP_ICON_SELECTION_SHRINK "gimp-selection-shrink" 329 #define GIMP_ICON_SELECTION_STROKE "gimp-selection-stroke" 330 #define GIMP_ICON_SELECTION_SUBTRACT "gimp-selection-subtract" 331 #define GIMP_ICON_SELECTION_TO_CHANNEL "gimp-selection-to-channel" 332 #define GIMP_ICON_SELECTION_TO_PATH "gimp-selection-to-path" 333 334 #define GIMP_ICON_SHAPE_CIRCLE "gimp-shape-circle" 335 #define GIMP_ICON_SHAPE_DIAMOND "gimp-shape-diamond" 336 #define GIMP_ICON_SHAPE_SQUARE "gimp-shape-square" 337 338 #define GIMP_ICON_SYSTEM_RUN "system-run" 339 340 #define GIMP_ICON_TOOL_AIRBRUSH "gimp-tool-airbrush" 341 #define GIMP_ICON_TOOL_ALIGN "gimp-tool-align" 342 #define GIMP_ICON_TOOL_BLUR "gimp-tool-blur" 343 #define GIMP_ICON_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast" 344 #define GIMP_ICON_TOOL_BUCKET_FILL "gimp-tool-bucket-fill" 345 #define GIMP_ICON_TOOL_BY_COLOR_SELECT "gimp-tool-by-color-select" 346 #define GIMP_ICON_TOOL_CAGE "gimp-tool-cage" 347 #define GIMP_ICON_TOOL_CLONE "gimp-tool-clone" 348 #define GIMP_ICON_TOOL_COLORIZE "gimp-tool-colorize" 349 #define GIMP_ICON_TOOL_COLOR_BALANCE "gimp-tool-color-balance" 350 #define GIMP_ICON_TOOL_COLOR_PICKER "gimp-tool-color-picker" 351 #define GIMP_ICON_TOOL_COLOR_TEMPERATURE "gimp-tool-color-temperature" 352 #define GIMP_ICON_TOOL_CROP "gimp-tool-crop" 353 #define GIMP_ICON_TOOL_CURVES "gimp-tool-curves" 354 #define GIMP_ICON_TOOL_DESATURATE "gimp-tool-desaturate" 355 #define GIMP_ICON_TOOL_DODGE "gimp-tool-dodge" 356 #define GIMP_ICON_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select" 357 #define GIMP_ICON_TOOL_ERASER "gimp-tool-eraser" 358 #define GIMP_ICON_TOOL_EXPOSURE "gimp-tool-exposure" 359 #define GIMP_ICON_TOOL_FLIP "gimp-tool-flip" 360 #define GIMP_ICON_TOOL_FOREGROUND_SELECT "gimp-tool-foreground-select" 361 #define GIMP_ICON_TOOL_FREE_SELECT "gimp-tool-free-select" 362 #define GIMP_ICON_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select" 363 #define GIMP_ICON_TOOL_GRADIENT "gimp-tool-gradient" 364 #define GIMP_ICON_TOOL_HANDLE_TRANSFORM "gimp-tool-handle-transform" 365 #define GIMP_ICON_TOOL_HEAL "gimp-tool-heal" 366 #define GIMP_ICON_TOOL_HUE_SATURATION "gimp-tool-hue-saturation" 367 #define GIMP_ICON_TOOL_INK "gimp-tool-ink" 368 #define GIMP_ICON_TOOL_ISCISSORS "gimp-tool-iscissors" 369 #define GIMP_ICON_TOOL_LEVELS "gimp-tool-levels" 370 #define GIMP_ICON_TOOL_MEASURE "gimp-tool-measure" 371 #define GIMP_ICON_TOOL_MOVE "gimp-tool-move" 372 #define GIMP_ICON_TOOL_MYPAINT_BRUSH "gimp-tool-mypaint-brush" 373 #define GIMP_ICON_TOOL_N_POINT_DEFORMATION "gimp-tool-n-point-deformation" 374 #define GIMP_ICON_TOOL_OFFSET "gimp-tool-offset" 375 #define GIMP_ICON_TOOL_PAINTBRUSH "gimp-tool-paintbrush" 376 #define GIMP_ICON_TOOL_PATH "gimp-tool-path" 377 #define GIMP_ICON_TOOL_PENCIL "gimp-tool-pencil" 378 #define GIMP_ICON_TOOL_PERSPECTIVE "gimp-tool-perspective" 379 #define GIMP_ICON_TOOL_PERSPECTIVE_CLONE "gimp-tool-perspective-clone" 380 #define GIMP_ICON_TOOL_POSTERIZE "gimp-tool-posterize" 381 #define GIMP_ICON_TOOL_RECT_SELECT "gimp-tool-rect-select" 382 #define GIMP_ICON_TOOL_ROTATE "gimp-tool-rotate" 383 #define GIMP_ICON_TOOL_SCALE "gimp-tool-scale" 384 #define GIMP_ICON_TOOL_SEAMLESS_CLONE "gimp-tool-seamless-clone" 385 #define GIMP_ICON_TOOL_SHADOWS_HIGHLIGHTS "gimp-tool-shadows-highlights" 386 #define GIMP_ICON_TOOL_SHEAR "gimp-tool-shear" 387 #define GIMP_ICON_TOOL_SMUDGE "gimp-tool-smudge" 388 #define GIMP_ICON_TOOL_TEXT "gimp-tool-text" 389 #define GIMP_ICON_TOOL_THRESHOLD "gimp-tool-threshold" 390 #define GIMP_ICON_TOOL_TRANSFORM_3D "gimp-tool-transform-3d" 391 #define GIMP_ICON_TOOL_UNIFIED_TRANSFORM "gimp-tool-unified-transform" 392 #define GIMP_ICON_TOOL_WARP "gimp-tool-warp" 393 #define GIMP_ICON_TOOL_ZOOM "gimp-tool-zoom" 394 395 #define GIMP_ICON_TRANSFORM_3D_CAMERA "gimp-transform-3d-camera" 396 #define GIMP_ICON_TRANSFORM_3D_MOVE "gimp-transform-3d-move" 397 #define GIMP_ICON_TRANSFORM_3D_ROTATE "gimp-transform-3d-rotate" 398 399 #define GIMP_ICON_VIEW_REFRESH "view-refresh" 400 #define GIMP_ICON_VIEW_FULLSCREEN "view-fullscreen" 401 402 #define GIMP_ICON_WILBER "gimp-wilber" 403 #define GIMP_ICON_WILBER_EEK "gimp-wilber-eek" 404 405 #define GIMP_ICON_WINDOW_CLOSE "window-close" 406 #define GIMP_ICON_WINDOW_MOVE_TO_SCREEN "gimp-move-to-screen" 407 #define GIMP_ICON_WINDOW_NEW "window-new" 408 409 #define GIMP_ICON_ZOOM_IN "zoom-in" 410 #define GIMP_ICON_ZOOM_ORIGINAL "zoom-original" 411 #define GIMP_ICON_ZOOM_OUT "zoom-out" 412 #define GIMP_ICON_ZOOM_FIT_BEST "zoom-fit-best" 413 #define GIMP_ICON_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window" 414 415 416 #ifndef GIMP_DISABLE_DEPRECATED 417 418 /* in button size: */ 419 420 #define GIMP_STOCK_ANCHOR "gimp-anchor" 421 #define GIMP_STOCK_CENTER "gimp-center" 422 #define GIMP_STOCK_DUPLICATE "gimp-duplicate" 423 #define GIMP_STOCK_LINKED "gimp-linked" 424 #define GIMP_STOCK_PASTE_AS_NEW "gimp-paste-as-new" 425 #define GIMP_STOCK_PASTE_INTO "gimp-paste-into" 426 #define GIMP_STOCK_RESET "gimp-reset" 427 #define GIMP_STOCK_VISIBLE "gimp-visible" 428 429 #define GIMP_STOCK_GRADIENT_LINEAR "gimp-gradient-linear" 430 #define GIMP_STOCK_GRADIENT_BILINEAR "gimp-gradient-bilinear" 431 #define GIMP_STOCK_GRADIENT_RADIAL "gimp-gradient-radial" 432 #define GIMP_STOCK_GRADIENT_SQUARE "gimp-gradient-square" 433 #define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC "gimp-gradient-conical-symmetric" 434 #define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC "gimp-gradient-conical-asymmetric" 435 #define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR "gimp-gradient-shapeburst-angular" 436 #define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical" 437 #define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED "gimp-gradient-shapeburst-dimpled" 438 #define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE "gimp-gradient-spiral-clockwise" 439 #define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise" 440 441 #define GIMP_STOCK_GRAVITY_EAST "gimp-gravity-east" 442 #define GIMP_STOCK_GRAVITY_NORTH "gimp-gravity-north" 443 #define GIMP_STOCK_GRAVITY_NORTH_EAST "gimp-gravity-north-east" 444 #define GIMP_STOCK_GRAVITY_NORTH_WEST "gimp-gravity-north-west" 445 #define GIMP_STOCK_GRAVITY_SOUTH "gimp-gravity-south" 446 #define GIMP_STOCK_GRAVITY_SOUTH_EAST "gimp-gravity-south-east" 447 #define GIMP_STOCK_GRAVITY_SOUTH_WEST "gimp-gravity-south-west" 448 #define GIMP_STOCK_GRAVITY_WEST "gimp-gravity-west" 449 450 #define GIMP_STOCK_HCENTER "gimp-hcenter" 451 #define GIMP_STOCK_VCENTER "gimp-vcenter" 452 453 #define GIMP_STOCK_HCHAIN "gimp-hchain" 454 #define GIMP_STOCK_HCHAIN_BROKEN "gimp-hchain-broken" 455 #define GIMP_STOCK_VCHAIN "gimp-vchain" 456 #define GIMP_STOCK_VCHAIN_BROKEN "gimp-vchain-broken" 457 458 #define GIMP_STOCK_SELECTION "gimp-selection" 459 #define GIMP_STOCK_SELECTION_REPLACE "gimp-selection-replace" 460 #define GIMP_STOCK_SELECTION_ADD "gimp-selection-add" 461 #define GIMP_STOCK_SELECTION_SUBTRACT "gimp-selection-subtract" 462 #define GIMP_STOCK_SELECTION_INTERSECT "gimp-selection-intersect" 463 #define GIMP_STOCK_SELECTION_STROKE "gimp-selection-stroke" 464 #define GIMP_STOCK_SELECTION_TO_CHANNEL "gimp-selection-to-channel" 465 #define GIMP_STOCK_SELECTION_TO_PATH "gimp-selection-to-path" 466 467 #define GIMP_STOCK_PATH_STROKE "gimp-path-stroke" 468 469 #define GIMP_STOCK_CURVE_FREE "gimp-curve-free" 470 #define GIMP_STOCK_CURVE_SMOOTH "gimp-curve-smooth" 471 472 #define GIMP_STOCK_COLOR_PICKER_BLACK "gimp-color-picker-black" 473 #define GIMP_STOCK_COLOR_PICKER_GRAY "gimp-color-picker-gray" 474 #define GIMP_STOCK_COLOR_PICKER_WHITE "gimp-color-picker-white" 475 #define GIMP_STOCK_COLOR_TRIANGLE "gimp-color-triangle" 476 #define GIMP_STOCK_COLOR_PICK_FROM_SCREEN "gimp-color-pick-from-screen" 477 478 #define GIMP_STOCK_CHAR_PICKER "gimp-char-picker" 479 #define GIMP_STOCK_LETTER_SPACING "gimp-letter-spacing" 480 #define GIMP_STOCK_LINE_SPACING "gimp-line-spacing" 481 #define GIMP_STOCK_PATTERN "gimp-pattern" 482 483 #define GIMP_STOCK_TEXT_DIR_LTR "gimp-text-dir-ltr" 484 #define GIMP_STOCK_TEXT_DIR_RTL "gimp-text-dir-rtl" 485 486 #define GIMP_STOCK_TOOL_AIRBRUSH "gimp-tool-airbrush" 487 #define GIMP_STOCK_TOOL_ALIGN "gimp-tool-align" 488 #define GIMP_STOCK_TOOL_BLEND "gimp-tool-gradient" 489 #define GIMP_STOCK_TOOL_BLUR "gimp-tool-blur" 490 #define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast" 491 #define GIMP_STOCK_TOOL_BUCKET_FILL "gimp-tool-bucket-fill" 492 #define GIMP_STOCK_TOOL_BY_COLOR_SELECT "gimp-tool-by-color-select" 493 #define GIMP_STOCK_TOOL_CAGE "gimp-tool-cage" 494 #define GIMP_STOCK_TOOL_CLONE "gimp-tool-clone" 495 #define GIMP_STOCK_TOOL_COLOR_BALANCE "gimp-tool-color-balance" 496 #define GIMP_STOCK_TOOL_COLOR_PICKER "gimp-tool-color-picker" 497 #define GIMP_STOCK_TOOL_COLORIZE "gimp-tool-colorize" 498 #define GIMP_STOCK_TOOL_CROP "gimp-tool-crop" 499 #define GIMP_STOCK_TOOL_CURVES "gimp-tool-curves" 500 #define GIMP_STOCK_TOOL_DESATURATE "gimp-tool-desaturate" 501 #define GIMP_STOCK_TOOL_DODGE "gimp-tool-dodge" 502 #define GIMP_STOCK_TOOL_ELLIPSE_SELECT "gimp-tool-ellipse-select" 503 #define GIMP_STOCK_TOOL_ERASER "gimp-tool-eraser" 504 #define GIMP_STOCK_TOOL_FLIP "gimp-tool-flip" 505 #define GIMP_STOCK_TOOL_FREE_SELECT "gimp-tool-free-select" 506 #define GIMP_STOCK_TOOL_FOREGROUND_SELECT "gimp-tool-foreground-select" 507 #define GIMP_STOCK_TOOL_FUZZY_SELECT "gimp-tool-fuzzy-select" 508 #define GIMP_STOCK_TOOL_HEAL "gimp-tool-heal" 509 #define GIMP_STOCK_TOOL_HUE_SATURATION "gimp-tool-hue-saturation" 510 #define GIMP_STOCK_TOOL_INK "gimp-tool-ink" 511 #define GIMP_STOCK_TOOL_ISCISSORS "gimp-tool-iscissors" 512 #define GIMP_STOCK_TOOL_LEVELS "gimp-tool-levels" 513 #define GIMP_STOCK_TOOL_MEASURE "gimp-tool-measure" 514 #define GIMP_STOCK_TOOL_MOVE "gimp-tool-move" 515 #define GIMP_STOCK_TOOL_PAINTBRUSH "gimp-tool-paintbrush" 516 #define GIMP_STOCK_TOOL_PATH "gimp-tool-path" 517 #define GIMP_STOCK_TOOL_PENCIL "gimp-tool-pencil" 518 #define GIMP_STOCK_TOOL_PERSPECTIVE "gimp-tool-perspective" 519 #define GIMP_STOCK_TOOL_PERSPECTIVE_CLONE "gimp-tool-perspective-clone" 520 #define GIMP_STOCK_TOOL_POSTERIZE "gimp-tool-posterize" 521 #define GIMP_STOCK_TOOL_RECT_SELECT "gimp-tool-rect-select" 522 #define GIMP_STOCK_TOOL_ROTATE "gimp-tool-rotate" 523 #define GIMP_STOCK_TOOL_SCALE "gimp-tool-scale" 524 #define GIMP_STOCK_TOOL_SHEAR "gimp-tool-shear" 525 #define GIMP_STOCK_TOOL_SMUDGE "gimp-tool-smudge" 526 #define GIMP_STOCK_TOOL_TEXT "gimp-tool-text" 527 #define GIMP_STOCK_TOOL_THRESHOLD "gimp-tool-threshold" 528 #define GIMP_STOCK_TOOL_ZOOM "gimp-tool-zoom" 529 530 /* in menu size: */ 531 532 #define GIMP_STOCK_CONVERT_RGB "gimp-convert-rgb" 533 #define GIMP_STOCK_CONVERT_GRAYSCALE "gimp-convert-grayscale" 534 #define GIMP_STOCK_CONVERT_INDEXED "gimp-convert-indexed" 535 #define GIMP_STOCK_INVERT "gimp-invert" 536 #define GIMP_STOCK_MERGE_DOWN "gimp-merge-down" 537 #define GIMP_STOCK_LAYER_TO_IMAGESIZE "gimp-layer-to-imagesize" 538 #define GIMP_STOCK_PLUGIN "gimp-plugin" 539 #define GIMP_STOCK_UNDO_HISTORY "gimp-undo-history" 540 #define GIMP_STOCK_RESHOW_FILTER "gimp-reshow-filter" 541 #define GIMP_STOCK_ROTATE_90 "gimp-rotate-90" 542 #define GIMP_STOCK_ROTATE_180 "gimp-rotate-180" 543 #define GIMP_STOCK_ROTATE_270 "gimp-rotate-270" 544 #define GIMP_STOCK_RESIZE "gimp-resize" 545 #define GIMP_STOCK_SCALE "gimp-scale" 546 #define GIMP_STOCK_FLIP_HORIZONTAL "gimp-flip-horizontal" 547 #define GIMP_STOCK_FLIP_VERTICAL "gimp-flip-vertical" 548 549 #define GIMP_STOCK_IMAGE "gimp-image" 550 #define GIMP_STOCK_LAYER "gimp-layer" 551 #define GIMP_STOCK_TEXT_LAYER "gimp-text-layer" 552 #define GIMP_STOCK_FLOATING_SELECTION "gimp-floating-selection" 553 #define GIMP_STOCK_CHANNEL "gimp-channel" 554 #define GIMP_STOCK_CHANNEL_RED "gimp-channel-red" 555 #define GIMP_STOCK_CHANNEL_GREEN "gimp-channel-green" 556 #define GIMP_STOCK_CHANNEL_BLUE "gimp-channel-blue" 557 #define GIMP_STOCK_CHANNEL_GRAY "gimp-channel-gray" 558 #define GIMP_STOCK_CHANNEL_INDEXED "gimp-channel-indexed" 559 #define GIMP_STOCK_CHANNEL_ALPHA "gimp-channel-alpha" 560 #define GIMP_STOCK_LAYER_MASK "gimp-layer-mask" 561 #define GIMP_STOCK_PATH "gimp-path" 562 #define GIMP_STOCK_TEMPLATE "gimp-template" 563 #define GIMP_STOCK_TRANSPARENCY "gimp-transparency" 564 #define GIMP_STOCK_COLORMAP "gimp-colormap" 565 566 #define GIMP_STOCK_INDEXED_PALETTE "gimp-colormap" 567 568 #define GIMP_STOCK_IMAGES "gimp-images" 569 #define GIMP_STOCK_LAYERS "gimp-layers" 570 #define GIMP_STOCK_CHANNELS "gimp-channels" 571 #define GIMP_STOCK_PATHS "gimp-paths" 572 573 #define GIMP_STOCK_SELECTION_ALL "gimp-selection-all" 574 #define GIMP_STOCK_SELECTION_NONE "gimp-selection-none" 575 #define GIMP_STOCK_SELECTION_GROW "gimp-selection-grow" 576 #define GIMP_STOCK_SELECTION_SHRINK "gimp-selection-shrink" 577 #define GIMP_STOCK_SELECTION_BORDER "gimp-selection-border" 578 579 #define GIMP_STOCK_NAVIGATION "gimp-navigation" 580 #define GIMP_STOCK_QUICK_MASK_OFF "gimp-quick-mask-off" 581 #define GIMP_STOCK_QUICK_MASK_ON "gimp-quick-mask-on" 582 583 #define GIMP_STOCK_QMASK_OFF "gimp-quick-mask-off" 584 #define GIMP_STOCK_QMASK_ON "gimp-quick-mask-on" 585 586 #define GIMP_STOCK_HISTOGRAM "gimp-histogram" 587 #define GIMP_STOCK_HISTOGRAM_LINEAR "gimp-histogram-linear" 588 #define GIMP_STOCK_HISTOGRAM_LOGARITHMIC "gimp-histogram-logarithmic" 589 590 #define GIMP_STOCK_CLOSE "gimp-close" 591 #define GIMP_STOCK_MENU_LEFT "gimp-menu-left" 592 #define GIMP_STOCK_MENU_RIGHT "gimp-menu-right" 593 #define GIMP_STOCK_MOVE_TO_SCREEN "gimp-move-to-screen" 594 #define GIMP_STOCK_DEFAULT_COLORS "gimp-default-colors" 595 #define GIMP_STOCK_SWAP_COLORS "gimp-swap-colors" 596 #define GIMP_STOCK_ZOOM_FOLLOW_WINDOW "gimp-zoom-follow-window" 597 598 #define GIMP_STOCK_TOOLS "gimp-tools" 599 #define GIMP_STOCK_TOOL_OPTIONS "gimp-tool-options" 600 #define GIMP_STOCK_DEVICE_STATUS "gimp-device-status" 601 #define GIMP_STOCK_INPUT_DEVICE "gimp-input-device" 602 #define GIMP_STOCK_CURSOR "gimp-cursor" 603 #define GIMP_STOCK_SAMPLE_POINT "gimp-sample-point" 604 #define GIMP_STOCK_DYNAMICS "gimp-dynamics" 605 #define GIMP_STOCK_TOOL_PRESET "gimp-tool-preset" 606 607 #define GIMP_STOCK_CONTROLLER "gimp-controller" 608 #define GIMP_STOCK_CONTROLLER_KEYBOARD "gimp-controller-keyboard" 609 #define GIMP_STOCK_CONTROLLER_LINUX_INPUT "gimp-controller-linux-input" 610 #define GIMP_STOCK_CONTROLLER_MIDI "gimp-controller-midi" 611 #define GIMP_STOCK_CONTROLLER_WHEEL "gimp-controller-wheel" 612 613 #define GIMP_STOCK_DISPLAY_FILTER "gimp-display-filter" 614 #define GIMP_STOCK_DISPLAY_FILTER_COLORBLIND "gimp-display-filter-colorblind" 615 #define GIMP_STOCK_DISPLAY_FILTER_CONTRAST "gimp-display-filter-contrast" 616 #define GIMP_STOCK_DISPLAY_FILTER_GAMMA "gimp-display-filter-gamma" 617 #define GIMP_STOCK_DISPLAY_FILTER_LCMS "gimp-display-filter-lcms" 618 #define GIMP_STOCK_DISPLAY_FILTER_PROOF "gimp-display-filter-proof" 619 620 #define GIMP_STOCK_LIST "gimp-list" 621 #define GIMP_STOCK_GRID "gimp-grid" 622 623 #define GIMP_STOCK_PORTRAIT "gimp-portrait" 624 #define GIMP_STOCK_LANDSCAPE "gimp-landscape" 625 626 #define GIMP_STOCK_GEGL "gimp-gegl" 627 #define GIMP_STOCK_VIDEO "gimp-video" 628 #define GIMP_STOCK_WEB "gimp-web" 629 630 #define GIMP_STOCK_SHAPE_CIRCLE "gimp-shape-circle" 631 #define GIMP_STOCK_SHAPE_DIAMOND "gimp-shape-diamond" 632 #define GIMP_STOCK_SHAPE_SQUARE "gimp-shape-square" 633 634 #define GIMP_STOCK_CAP_BUTT "gimp-cap-butt" 635 #define GIMP_STOCK_CAP_ROUND "gimp-cap-round" 636 #define GIMP_STOCK_CAP_SQUARE "gimp-cap-square" 637 638 #define GIMP_STOCK_JOIN_MITER "gimp-join-miter" 639 #define GIMP_STOCK_JOIN_ROUND "gimp-join-round" 640 #define GIMP_STOCK_JOIN_BEVEL "gimp-join-bevel" 641 642 /* in dialog size: */ 643 644 #define GIMP_STOCK_ERROR "gimp-error" 645 #define GIMP_STOCK_INFO "gimp-info" 646 #define GIMP_STOCK_QUESTION "gimp-question" 647 #define GIMP_STOCK_WARNING "gimp-warning" 648 #define GIMP_STOCK_WILBER "gimp-wilber" 649 #define GIMP_STOCK_WILBER_EEK "gimp-wilber-eek" 650 #define GIMP_STOCK_FRAME "gimp-frame" 651 #define GIMP_STOCK_TEXTURE "gimp-texture" 652 #define GIMP_STOCK_USER_MANUAL "gimp-user-manual" 653 654 /* missing icons: */ 655 656 #define GIMP_STOCK_BRUSH GIMP_STOCK_TOOL_PAINTBRUSH 657 #define GIMP_STOCK_BUFFER "edit-paste" 658 #define GIMP_STOCK_DETACH GTK_STOCK_CONVERT 659 #define GIMP_STOCK_FONT GTK_STOCK_SELECT_FONT 660 #define GIMP_STOCK_GRADIENT GIMP_STOCK_TOOL_BLEND 661 #define GIMP_STOCK_PALETTE GTK_STOCK_SELECT_COLOR 662 #define GIMP_STOCK_CONTROLLER_MOUSE GIMP_STOCK_CURSOR 663 #define GIMP_STOCK_PRINT_RESOLUTION "document-print" 664 665 #define GIMP_STOCK_EDIT "gtk-edit" 666 667 #endif /* GIMP_DISABLE_DEPRECATED */ 668 669 670 GIMP_DEPRECATED_FOR(gimp_icons_init) 671 void gimp_stock_init (void); 672 673 void gimp_icons_init (void); 674 675 void gimp_icons_set_icon_theme (GFile *path); 676 677 678 G_END_DECLS 679 680 #endif /* __GIMP_ICONS_H__ */ 681