home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 February / CMCD0205.ISO / Linux / gimp-2.2.0.tar.gz / gimp-2.2.0.tar / gimp-2.2.0 / libgimpwidgets / gimpstock.h < prev    next >
C/C++ Source or Header  |  2004-11-13  |  13KB  |  251 lines

  1. /* LIBGIMP - The GIMP Library
  2.  * Copyright (C) 1995-1997 Peter Mattis and Spencer Kimball
  3.  *
  4.  * gimpstock.h
  5.  * Copyright (C) 2001 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 2 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, write to the
  19.  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  20.  * Boston, MA 02111-1307, USA.
  21.  */
  22.  
  23. #ifndef __GIMP_STOCK_H__
  24. #define __GIMP_STOCK_H__
  25.  
  26. G_BEGIN_DECLS
  27.  
  28. /* For information look into the C source or the html documentation */
  29.  
  30.  
  31. /*  in button size:  */
  32.  
  33. #define GIMP_STOCK_ANCHOR                   "gimp-anchor"
  34. #define GIMP_STOCK_CENTER                   "gimp-center"
  35. #define GIMP_STOCK_DUPLICATE                "gimp-duplicate"
  36. #define GIMP_STOCK_EDIT                     "gimp-edit"
  37. #define GIMP_STOCK_LINKED                   "gimp-linked"
  38. #define GIMP_STOCK_PASTE_AS_NEW             "gimp-paste-as-new"
  39. #define GIMP_STOCK_PASTE_INTO               "gimp-paste-into"
  40. #define GIMP_STOCK_RESET                    "gimp-reset"
  41. #define GIMP_STOCK_VISIBLE                  "gimp-visible"
  42.  
  43. #define GIMP_STOCK_GRADIENT_LINEAR               "gimp-gradient-linear"
  44. #define GIMP_STOCK_GRADIENT_BILINEAR             "gimp-gradient-bilinear"
  45. #define GIMP_STOCK_GRADIENT_RADIAL               "gimp-gradient-radial"
  46. #define GIMP_STOCK_GRADIENT_SQUARE               "gimp-gradient-square"
  47. #define GIMP_STOCK_GRADIENT_CONICAL_SYMMETRIC    "gimp-gradient-conical-symmetric"
  48. #define GIMP_STOCK_GRADIENT_CONICAL_ASYMMETRIC   "gimp-gradient-conical-asymmetric"
  49. #define GIMP_STOCK_GRADIENT_SHAPEBURST_ANGULAR   "gimp-gradient-shapeburst-angular"
  50. #define GIMP_STOCK_GRADIENT_SHAPEBURST_SPHERICAL "gimp-gradient-shapeburst-spherical"
  51. #define GIMP_STOCK_GRADIENT_SHAPEBURST_DIMPLED   "gimp-gradient-shapeburst-dimpled"
  52. #define GIMP_STOCK_GRADIENT_SPIRAL_CLOCKWISE     "gimp-gradient-spiral-clockwise"
  53. #define GIMP_STOCK_GRADIENT_SPIRAL_ANTICLOCKWISE "gimp-gradient-spiral-anticlockwise"
  54.  
  55.  
  56. #define GIMP_STOCK_GRAVITY_EAST             "gimp-gravity-east"
  57. #define GIMP_STOCK_GRAVITY_NORTH            "gimp-gravity-north"
  58. #define GIMP_STOCK_GRAVITY_NORTH_EAST       "gimp-gravity-north-east"
  59. #define GIMP_STOCK_GRAVITY_NORTH_WEST       "gimp-gravity-north-west"
  60. #define GIMP_STOCK_GRAVITY_SOUTH            "gimp-gravity-south"
  61. #define GIMP_STOCK_GRAVITY_SOUTH_EAST       "gimp-gravity-south-east"
  62. #define GIMP_STOCK_GRAVITY_SOUTH_WEST       "gimp-gravity-south-west"
  63. #define GIMP_STOCK_GRAVITY_WEST             "gimp-gravity-west"
  64.  
  65. #define GIMP_STOCK_HCHAIN                   "gimp-hchain"
  66. #define GIMP_STOCK_HCHAIN_BROKEN            "gimp-hchain-broken"
  67. #define GIMP_STOCK_VCHAIN                   "gimp-vchain"
  68. #define GIMP_STOCK_VCHAIN_BROKEN            "gimp-vchain-broken"
  69.  
  70. #define GIMP_STOCK_SELECTION                "gimp-selection"
  71. #define GIMP_STOCK_SELECTION_REPLACE        "gimp-selection-replace"
  72. #define GIMP_STOCK_SELECTION_ADD            "gimp-selection-add"
  73. #define GIMP_STOCK_SELECTION_SUBTRACT       "gimp-selection-subtract"
  74. #define GIMP_STOCK_SELECTION_INTERSECT      "gimp-selection-intersect"
  75. #define GIMP_STOCK_SELECTION_STROKE         "gimp-selection-stroke"
  76. #define GIMP_STOCK_SELECTION_TO_CHANNEL     "gimp-selection-to-channel"
  77. #define GIMP_STOCK_SELECTION_TO_PATH        "gimp-selection-to-path"
  78.  
  79. #define GIMP_STOCK_PATH_STROKE              "gimp-path-stroke"
  80.  
  81. #define GIMP_STOCK_CURVE_FREE               "gimp-curve-free"
  82. #define GIMP_STOCK_CURVE_SMOOTH             "gimp-curve-smooth"
  83.  
  84. #define GIMP_STOCK_COLOR_PICKER_BLACK       "gimp-color-picker-black"
  85. #define GIMP_STOCK_COLOR_PICKER_GRAY        "gimp-color-picker-gray"
  86. #define GIMP_STOCK_COLOR_PICKER_WHITE       "gimp-color-picker-white"
  87. #define GIMP_STOCK_COLOR_TRIANGLE           "gimp-color-triangle"
  88. #define GIMP_STOCK_COLOR_PICK_FROM_SCREEN   "gimp-color-pick-from-screen"
  89.  
  90. #define GIMP_STOCK_CHAR_PICKER              "gimp-char-picker"
  91. #define GIMP_STOCK_LETTER_SPACING           "gimp-letter-spacing"
  92. #define GIMP_STOCK_LINE_SPACING             "gimp-line-spacing"
  93. #define GIMP_STOCK_PRINT_RESOLUTION         "gimp-print-resolution"
  94.  
  95. #define GIMP_STOCK_TEXT_DIR_LTR             "gimp-text-dir-ltr"
  96. #define GIMP_STOCK_TEXT_DIR_RTL             "gimp-text-dir-rtl"
  97.  
  98. #define GIMP_STOCK_TOOL_AIRBRUSH            "gimp-tool-airbrush"
  99. #define GIMP_STOCK_TOOL_BLEND               "gimp-tool-blend"
  100. #define GIMP_STOCK_TOOL_BLUR                "gimp-tool-blur"
  101. #define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"
  102. #define GIMP_STOCK_TOOL_BUCKET_FILL         "gimp-tool-bucket-fill"
  103. #define GIMP_STOCK_TOOL_BY_COLOR_SELECT     "gimp-tool-by-color-select"
  104. #define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"
  105. #define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"
  106. #define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"
  107. #define GIMP_STOCK_TOOL_COLORIZE            "gimp-tool-colorize"
  108. #define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"
  109. #define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"
  110. #define GIMP_STOCK_TOOL_DODGE               "gimp-tool-dodge"
  111. #define GIMP_STOCK_TOOL_ELLIPSE_SELECT      "gimp-tool-ellipse-select"
  112. #define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"
  113. #define GIMP_STOCK_TOOL_FLIP                "gimp-tool-flip"
  114. #define GIMP_STOCK_TOOL_FREE_SELECT         "gimp-tool-free-select"
  115. #define GIMP_STOCK_TOOL_FUZZY_SELECT        "gimp-tool-fuzzy-select"
  116. #define GIMP_STOCK_TOOL_HUE_SATURATION      "gimp-tool-hue-saturation"
  117. #define GIMP_STOCK_TOOL_INK                 "gimp-tool-ink"
  118. #define GIMP_STOCK_TOOL_ISCISSORS           "gimp-tool-iscissors"
  119. #define GIMP_STOCK_TOOL_LEVELS              "gimp-tool-levels"
  120. #define GIMP_STOCK_TOOL_MEASURE             "gimp-tool-measure"
  121. #define GIMP_STOCK_TOOL_MOVE                "gimp-tool-move"
  122. #define GIMP_STOCK_TOOL_PAINTBRUSH          "gimp-tool-paintbrush"
  123. #define GIMP_STOCK_TOOL_PATH                "gimp-tool-path"
  124. #define GIMP_STOCK_TOOL_PENCIL              "gimp-tool-pencil"
  125. #define GIMP_STOCK_TOOL_PERSPECTIVE         "gimp-tool-perspective"
  126. #define GIMP_STOCK_TOOL_POSTERIZE           "gimp-tool-posterize"
  127. #define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"
  128. #define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"
  129. #define GIMP_STOCK_TOOL_SCALE               "gimp-tool-scale"
  130. #define GIMP_STOCK_TOOL_SHEAR               "gimp-tool-shear"
  131. #define GIMP_STOCK_TOOL_SMUDGE              "gimp-tool-smudge"
  132. #define GIMP_STOCK_TOOL_TEXT                "gimp-tool-text"
  133. #define GIMP_STOCK_TOOL_THRESHOLD           "gimp-tool-threshold"
  134. #define GIMP_STOCK_TOOL_ZOOM                "gimp-tool-zoom"
  135.  
  136. /*  in menu size:  */
  137.  
  138. #define GIMP_STOCK_CONVERT_RGB              "gimp-convert-rgb"
  139. #define GIMP_STOCK_CONVERT_GRAYSCALE        "gimp-convert-grayscale"
  140. #define GIMP_STOCK_CONVERT_INDEXED          "gimp-convert-indexed"
  141. #define GIMP_STOCK_INVERT                   "gimp-invert"
  142. #define GIMP_STOCK_MERGE_DOWN               "gimp-merge-down"
  143. #define GIMP_STOCK_LAYER_TO_IMAGESIZE       "gimp-layer-to-imagesize"
  144. #define GIMP_STOCK_PLUGIN                   "gimp-plugin"
  145. #define GIMP_STOCK_UNDO_HISTORY             "gimp-undo-history"
  146. #define GIMP_STOCK_RESHOW_FILTER            "gimp-reshow-filter"
  147. #define GIMP_STOCK_ROTATE_90                "gimp-rotate-90"
  148. #define GIMP_STOCK_ROTATE_180               "gimp-rotate-180"
  149. #define GIMP_STOCK_ROTATE_270               "gimp-rotate-270"
  150. #define GIMP_STOCK_RESIZE                   "gimp-resize"
  151. #define GIMP_STOCK_SCALE                    "gimp-scale"
  152. #define GIMP_STOCK_FLIP_HORIZONTAL          "gimp-flip-horizontal"
  153. #define GIMP_STOCK_FLIP_VERTICAL            "gimp-flip-vertical"
  154.  
  155. #define GIMP_STOCK_IMAGE                    "gimp-image"
  156. #define GIMP_STOCK_LAYER                    "gimp-layer"
  157. #define GIMP_STOCK_TEXT_LAYER               "gimp-text-layer"
  158. #define GIMP_STOCK_FLOATING_SELECTION       "gimp-floating-selection"
  159. #define GIMP_STOCK_CHANNEL                  "gimp-channel"
  160. #define GIMP_STOCK_CHANNEL_RED              "gimp-channel-red"
  161. #define GIMP_STOCK_CHANNEL_GREEN            "gimp-channel-green"
  162. #define GIMP_STOCK_CHANNEL_BLUE             "gimp-channel-blue"
  163. #define GIMP_STOCK_CHANNEL_GRAY             "gimp-channel-gray"
  164. #define GIMP_STOCK_CHANNEL_INDEXED          "gimp-channel-indexed"
  165. #define GIMP_STOCK_CHANNEL_ALPHA            "gimp-channel-alpha"
  166. #define GIMP_STOCK_LAYER_MASK               "gimp-layer-mask"
  167. #define GIMP_STOCK_PATH                     "gimp-path"
  168. #define GIMP_STOCK_TEMPLATE                 "gimp-template"
  169. #define GIMP_STOCK_INDEXED_PALETTE          "gimp-indexed-palette"
  170. #define GIMP_STOCK_TRANSPARENCY             "gimp-transparency"
  171.  
  172. #define GIMP_STOCK_IMAGES                   "gimp-images"
  173. #define GIMP_STOCK_LAYERS                   "gimp-layers"
  174. #define GIMP_STOCK_CHANNELS                 "gimp-channels"
  175. #define GIMP_STOCK_PATHS                    "gimp-paths"
  176.  
  177. #define GIMP_STOCK_SELECTION_ALL            "gimp-selection-all"
  178. #define GIMP_STOCK_SELECTION_NONE           "gimp-selection-none"
  179. #define GIMP_STOCK_SELECTION_GROW           "gimp-selection-grow"
  180. #define GIMP_STOCK_SELECTION_SHRINK         "gimp-selection-shrink"
  181. #define GIMP_STOCK_SELECTION_BORDER         "gimp-selection-border"
  182.  
  183. #define GIMP_STOCK_NAVIGATION               "gimp-navigation"
  184. #define GIMP_STOCK_QMASK_OFF                "gimp-qmask-off"
  185. #define GIMP_STOCK_QMASK_ON                 "gimp-qmask-on"
  186.  
  187. #define GIMP_STOCK_HISTOGRAM                "gimp-histogram"
  188. #define GIMP_STOCK_HISTOGRAM_LINEAR         "gimp-histogram-linear"
  189. #define GIMP_STOCK_HISTOGRAM_LOGARITHMIC    "gimp-histogram-logarithmic"
  190.  
  191. #define GIMP_STOCK_CLOSE                    "gimp-close"
  192. #define GIMP_STOCK_MENU_LEFT                "gimp-menu-left"
  193. #define GIMP_STOCK_MENU_RIGHT               "gimp-menu-right"
  194. #define GIMP_STOCK_MOVE_TO_SCREEN           "gimp_move-to-screen"
  195. #define GIMP_STOCK_DEFAULT_COLORS           "gimp-default-colors"
  196. #define GIMP_STOCK_SWAP_COLORS              "gimp-swap-colors"
  197. #define GIMP_STOCK_ZOOM_FOLLOW_WINDOW       "gimp-zoom-follow-window"
  198.  
  199. #define GIMP_STOCK_TOOLS                    "gimp-tools"
  200. #define GIMP_STOCK_TOOL_OPTIONS             "gimp-tool-options"
  201. #define GIMP_STOCK_DEVICE_STATUS            "gimp-device-status"
  202. #define GIMP_STOCK_DISPLAY_FILTER           "gimp-display-filter"
  203.  
  204. #define GIMP_STOCK_LIST                     "gimp-list"
  205. #define GIMP_STOCK_GRID                     "gimp-grid"
  206.  
  207. #define GIMP_STOCK_PORTRAIT                 "gimp-portrait"
  208. #define GIMP_STOCK_LANDSCAPE                "gimp-landscape"
  209.  
  210. #define GIMP_STOCK_WEB                      "gimp-web"
  211. #define GIMP_STOCK_VIDEO                    "gimp-video"
  212.  
  213. #define GIMP_STOCK_SHAPE_CIRCLE             "gimp-shape-circle"
  214. #define GIMP_STOCK_SHAPE_DIAMOND            "gimp-shape-diamond"
  215. #define GIMP_STOCK_SHAPE_SQUARE             "gimp-shape-square"
  216. #define GIMP_STOCK_CAP_BUTT                 "gimp-cap-butt"
  217. #define GIMP_STOCK_CAP_ROUND                "gimp-cap-round"
  218. #define GIMP_STOCK_CAP_SQUARE               "gimp-cap-square"
  219. #define GIMP_STOCK_JOIN_MITER               "gimp-join-miter"
  220. #define GIMP_STOCK_JOIN_ROUND               "gimp-join-round"
  221. #define GIMP_STOCK_JOIN_BEVEL               "gimp-join-bevel"
  222.  
  223. /*  in dialog size:  */
  224.  
  225. #define GIMP_STOCK_ERROR                    "gimp-error"
  226. #define GIMP_STOCK_INFO                     "gimp-info"
  227. #define GIMP_STOCK_QUESTION                 "gimp-question"
  228. #define GIMP_STOCK_WARNING                  "gimp-warning"
  229. #define GIMP_STOCK_WILBER                   "gimp-wilber"
  230. #define GIMP_STOCK_WILBER_EEK               "gimp-wilber-eek"
  231. #define GIMP_STOCK_FRAME                    "gimp-frame"
  232. #define GIMP_STOCK_TEXTURE                  "gimp-texture"
  233.  
  234.  
  235. /*  missing icons:  */
  236.  
  237. #define GIMP_STOCK_BRUSH                    GIMP_STOCK_TOOL_PAINTBRUSH
  238. #define GIMP_STOCK_BUFFER                   GTK_STOCK_PASTE
  239. #define GIMP_STOCK_FONT                     GTK_STOCK_SELECT_FONT
  240. #define GIMP_STOCK_GRADIENT                 GIMP_STOCK_TOOL_BLEND
  241. #define GIMP_STOCK_PALETTE                  GTK_STOCK_SELECT_COLOR
  242. #define GIMP_STOCK_PATTERN                  GIMP_STOCK_TOOL_BUCKET_FILL
  243.  
  244.  
  245. void   gimp_stock_init (void);
  246.  
  247.  
  248. G_END_DECLS
  249.  
  250. #endif /* __GIMP_STOCK_H__ */
  251.