GimpStock

GimpStock — Prebuilt common menu/toolbar items and corresponding icons

Synopsis




void        gimp_stock_init                 (void);

#define     GIMP_STOCK_ANCHOR
#define     GIMP_STOCK_DUPLICATE
#define     GIMP_STOCK_EDIT
#define     GIMP_STOCK_INVERT
#define     GIMP_STOCK_LAYER_TO_IMAGESIZE
#define     GIMP_STOCK_MERGE_DOWN
#define     GIMP_STOCK_NAVIGATION
#define     GIMP_STOCK_PASTE_AS_NEW
#define     GIMP_STOCK_PASTE_INTO
#define     GIMP_STOCK_PATH_STROKE
#define     GIMP_STOCK_PLUGIN
#define     GIMP_STOCK_QMASK_OFF
#define     GIMP_STOCK_QMASK_ON
#define     GIMP_STOCK_RESET
#define     GIMP_STOCK_RESHOW_FILTER
#define     GIMP_STOCK_RESIZE
#define     GIMP_STOCK_ROTATE_180
#define     GIMP_STOCK_ROTATE_270
#define     GIMP_STOCK_ROTATE_90
#define     GIMP_STOCK_SCALE
#define     GIMP_STOCK_LINKED
#define     GIMP_STOCK_VISIBLE
#define     GIMP_STOCK_SELECTION_ALL
#define     GIMP_STOCK_SELECTION_NONE
#define     GIMP_STOCK_SELECTION_GROW
#define     GIMP_STOCK_SELECTION_SHRINK
#define     GIMP_STOCK_SELECTION_ADD
#define     GIMP_STOCK_SELECTION_SUBTRACT
#define     GIMP_STOCK_SELECTION_REPLACE
#define     GIMP_STOCK_SELECTION_INTERSECT
#define     GIMP_STOCK_SELECTION_STROKE
#define     GIMP_STOCK_SELECTION_TO_CHANNEL
#define     GIMP_STOCK_SELECTION_TO_PATH
#define     GIMP_STOCK_GRAVITY_NORTH_WEST
#define     GIMP_STOCK_GRAVITY_NORTH
#define     GIMP_STOCK_GRAVITY_NORTH_EAST
#define     GIMP_STOCK_GRAVITY_WEST
#define     GIMP_STOCK_GRAVITY_EAST
#define     GIMP_STOCK_GRAVITY_SOUTH_WEST
#define     GIMP_STOCK_GRAVITY_SOUTH
#define     GIMP_STOCK_GRAVITY_SOUTH_EAST
#define     GIMP_STOCK_CHAR_PICKER
#define     GIMP_STOCK_LETTER_SPACING
#define     GIMP_STOCK_LINE_SPACING
#define     GIMP_STOCK_TOOL_OPTIONS
#define     GIMP_STOCK_COLOR_PICKER_BLACK
#define     GIMP_STOCK_COLOR_PICKER_GRAY
#define     GIMP_STOCK_COLOR_PICKER_WHITE
#define     GIMP_STOCK_COLOR_TRIANGLE
#define     GIMP_STOCK_CONVERT_GRAYSCALE
#define     GIMP_STOCK_CONVERT_INDEXED
#define     GIMP_STOCK_CONVERT_RGB
#define     GIMP_STOCK_DEFAULT_COLORS
#define     GIMP_STOCK_SWAP_COLORS
#define     GIMP_STOCK_TOOL_AIRBRUSH
#define     GIMP_STOCK_TOOL_BEZIER_SELECT
#define     GIMP_STOCK_TOOL_BLEND
#define     GIMP_STOCK_TOOL_BLUR
#define     GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST
#define     GIMP_STOCK_TOOL_BUCKET_FILL
#define     GIMP_STOCK_TOOL_BY_COLOR_SELECT
#define     GIMP_STOCK_TOOL_CLONE
#define     GIMP_STOCK_TOOL_COLOR_BALANCE
#define     GIMP_STOCK_TOOL_COLOR_PICKER
#define     GIMP_STOCK_TOOL_CROP
#define     GIMP_STOCK_TOOL_CURVES
#define     GIMP_STOCK_TOOL_DODGE
#define     GIMP_STOCK_TOOL_ELLIPSE_SELECT
#define     GIMP_STOCK_TOOL_ERASER
#define     GIMP_STOCK_TOOL_FLIP
#define     GIMP_STOCK_TOOL_FREE_SELECT
#define     GIMP_STOCK_TOOL_FUZZY_SELECT
#define     GIMP_STOCK_TOOL_HISTOGRAM
#define     GIMP_STOCK_TOOL_HUE_SATURATION
#define     GIMP_STOCK_TOOL_INK
#define     GIMP_STOCK_TOOL_ISCISSORS
#define     GIMP_STOCK_TOOL_LEVELS
#define     GIMP_STOCK_TOOL_MEASURE
#define     GIMP_STOCK_TOOL_MOVE
#define     GIMP_STOCK_TOOL_PAINTBRUSH
#define     GIMP_STOCK_TOOL_PATH
#define     GIMP_STOCK_TOOL_PENCIL
#define     GIMP_STOCK_TOOL_PERSPECTIVE
#define     GIMP_STOCK_TOOL_POSTERIZE
#define     GIMP_STOCK_TOOL_RECT_SELECT
#define     GIMP_STOCK_TOOL_ROTATE
#define     GIMP_STOCK_TOOL_SCALE
#define     GIMP_STOCK_TOOL_SHEAR
#define     GIMP_STOCK_TOOL_SMUDGE
#define     GIMP_STOCK_TOOL_TEXT
#define     GIMP_STOCK_TOOL_THRESHOLD
#define     GIMP_STOCK_TOOL_ZOOM
#define     GIMP_STOCK_HCHAIN
#define     GIMP_STOCK_HCHAIN_BROKEN
#define     GIMP_STOCK_VCHAIN
#define     GIMP_STOCK_VCHAIN_BROKEN
#define     GIMP_STOCK_INFO
#define     GIMP_STOCK_WARNING
#define     GIMP_STOCK_WILBER
#define     GIMP_STOCK_WILBER_EEK

Description

GIMP registers a set of menu/toolbar items and corresponding icons in addition to the standard GTK+ stock items. These can be used just like GTK+ stock items. GIMP also overrides a few of the GTK+ icons (namely the ones in dialog size).

Details

gimp_stock_init ()

void        gimp_stock_init                 (void);


GIMP_STOCK_ANCHOR

#define GIMP_STOCK_ANCHOR               "gimp-anchor"


GIMP_STOCK_DUPLICATE

#define GIMP_STOCK_DUPLICATE            "gimp-duplicate"


GIMP_STOCK_EDIT

#define GIMP_STOCK_EDIT                 "gimp-edit"


GIMP_STOCK_INVERT

#define GIMP_STOCK_INVERT               "gimp-invert"


GIMP_STOCK_LAYER_TO_IMAGESIZE

#define GIMP_STOCK_LAYER_TO_IMAGESIZE   "gimp-layer-to-imagesize"


GIMP_STOCK_MERGE_DOWN

#define GIMP_STOCK_MERGE_DOWN           "gimp-merge-down"


GIMP_STOCK_NAVIGATION

#define GIMP_STOCK_NAVIGATION           "gimp-navigation"


GIMP_STOCK_PASTE_AS_NEW

#define GIMP_STOCK_PASTE_AS_NEW         "gimp-paste-as-new"


GIMP_STOCK_PASTE_INTO

#define GIMP_STOCK_PASTE_INTO           "gimp-paste-into"


GIMP_STOCK_PATH_STROKE

#define GIMP_STOCK_PATH_STROKE          "gimp-path-stroke"


GIMP_STOCK_PLUGIN

#define GIMP_STOCK_PLUGIN               "gimp-plugin"


GIMP_STOCK_QMASK_OFF

#define GIMP_STOCK_QMASK_OFF            "gimp-qmask-off"


GIMP_STOCK_QMASK_ON

#define GIMP_STOCK_QMASK_ON             "gimp-qmask-on"


GIMP_STOCK_RESET

#define GIMP_STOCK_RESET                "gimp-reset"


GIMP_STOCK_RESHOW_FILTER

#define GIMP_STOCK_RESHOW_FILTER        "gimp-reshow-filter"


GIMP_STOCK_RESIZE

#define GIMP_STOCK_RESIZE               "gimp-resize"


GIMP_STOCK_ROTATE_180

#define GIMP_STOCK_ROTATE_180           "gimp-rotate-180"


GIMP_STOCK_ROTATE_270

#define GIMP_STOCK_ROTATE_270           "gimp-rotate-270"


GIMP_STOCK_ROTATE_90

#define GIMP_STOCK_ROTATE_90            "gimp-rotate-90"


GIMP_STOCK_SCALE

#define GIMP_STOCK_SCALE                "gimp-scale"


GIMP_STOCK_LINKED

#define GIMP_STOCK_LINKED               "gimp-linked"


GIMP_STOCK_VISIBLE

#define GIMP_STOCK_VISIBLE              "gimp-visible"


GIMP_STOCK_SELECTION_ALL

#define GIMP_STOCK_SELECTION_ALL        "gimp-selection-all"


GIMP_STOCK_SELECTION_NONE

#define GIMP_STOCK_SELECTION_NONE       "gimp-selection-none"


GIMP_STOCK_SELECTION_GROW

#define GIMP_STOCK_SELECTION_GROW       "gimp-selection-grow"


GIMP_STOCK_SELECTION_SHRINK

#define GIMP_STOCK_SELECTION_SHRINK     "gimp-selection-shrink"


GIMP_STOCK_SELECTION_ADD

#define GIMP_STOCK_SELECTION_ADD        "gimp-selection-add"


GIMP_STOCK_SELECTION_SUBTRACT

#define GIMP_STOCK_SELECTION_SUBTRACT   "gimp-selection-subtract"


GIMP_STOCK_SELECTION_REPLACE

#define GIMP_STOCK_SELECTION_REPLACE    "gimp-selection-replace"


GIMP_STOCK_SELECTION_INTERSECT

#define GIMP_STOCK_SELECTION_INTERSECT  "gimp-selection-intersect"


GIMP_STOCK_SELECTION_STROKE

#define GIMP_STOCK_SELECTION_STROKE     "gimp-selection-stroke"


GIMP_STOCK_SELECTION_TO_CHANNEL

#define GIMP_STOCK_SELECTION_TO_CHANNEL "gimp-selection-to-channel"


GIMP_STOCK_SELECTION_TO_PATH

#define GIMP_STOCK_SELECTION_TO_PATH    "gimp-selection-to-path"


GIMP_STOCK_GRAVITY_NORTH_WEST

#define GIMP_STOCK_GRAVITY_NORTH_WEST   "gimp-gravity-north-west"


GIMP_STOCK_GRAVITY_NORTH

#define GIMP_STOCK_GRAVITY_NORTH        "gimp-gravity-north"


GIMP_STOCK_GRAVITY_NORTH_EAST

#define GIMP_STOCK_GRAVITY_NORTH_EAST   "gimp-gravity-north-east"


GIMP_STOCK_GRAVITY_WEST

#define GIMP_STOCK_GRAVITY_WEST         "gimp-gravity-west"


GIMP_STOCK_GRAVITY_EAST

#define GIMP_STOCK_GRAVITY_EAST         "gimp-gravity-east"


GIMP_STOCK_GRAVITY_SOUTH_WEST

#define GIMP_STOCK_GRAVITY_SOUTH_WEST   "gimp-gravity-south-west"


GIMP_STOCK_GRAVITY_SOUTH

#define GIMP_STOCK_GRAVITY_SOUTH        "gimp-gravity-south"


GIMP_STOCK_GRAVITY_SOUTH_EAST

#define GIMP_STOCK_GRAVITY_SOUTH_EAST   "gimp-gravity-south-east"


GIMP_STOCK_CHAR_PICKER

#define GIMP_STOCK_CHAR_PICKER          "gimp-char-picker"


GIMP_STOCK_LETTER_SPACING

#define GIMP_STOCK_LETTER_SPACING       "gimp-letter-spacing"


GIMP_STOCK_LINE_SPACING

#define GIMP_STOCK_LINE_SPACING         "gimp-line-spacing"


GIMP_STOCK_TOOL_OPTIONS

#define GIMP_STOCK_TOOL_OPTIONS         "gimp-tool-options"


GIMP_STOCK_COLOR_PICKER_BLACK

#define GIMP_STOCK_COLOR_PICKER_BLACK   "gimp-color-picker-black"


GIMP_STOCK_COLOR_PICKER_GRAY

#define GIMP_STOCK_COLOR_PICKER_GRAY    "gimp-color-picker-gray"


GIMP_STOCK_COLOR_PICKER_WHITE

#define GIMP_STOCK_COLOR_PICKER_WHITE   "gimp-color-picker-white"


GIMP_STOCK_COLOR_TRIANGLE

#define GIMP_STOCK_COLOR_TRIANGLE       "gimp-color-triangle"


GIMP_STOCK_CONVERT_GRAYSCALE

#define GIMP_STOCK_CONVERT_GRAYSCALE    "gimp-convert-grayscale"


GIMP_STOCK_CONVERT_INDEXED

#define GIMP_STOCK_CONVERT_INDEXED      "gimp-convert-indexed"


GIMP_STOCK_CONVERT_RGB

#define GIMP_STOCK_CONVERT_RGB          "gimp-convert-rgb"


GIMP_STOCK_DEFAULT_COLORS

#define GIMP_STOCK_DEFAULT_COLORS       "gimp-default-colors"


GIMP_STOCK_SWAP_COLORS

#define GIMP_STOCK_SWAP_COLORS          "gimp-swap-colors"


GIMP_STOCK_TOOL_AIRBRUSH

#define GIMP_STOCK_TOOL_AIRBRUSH            "gimp-tool-airbrush"


GIMP_STOCK_TOOL_BEZIER_SELECT

#define GIMP_STOCK_TOOL_BEZIER_SELECT       "gimp-tool-bezier-select"


GIMP_STOCK_TOOL_BLEND

#define GIMP_STOCK_TOOL_BLEND               "gimp-tool-blend"


GIMP_STOCK_TOOL_BLUR

#define GIMP_STOCK_TOOL_BLUR                "gimp-tool-blur"


GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST

#define GIMP_STOCK_TOOL_BRIGHTNESS_CONTRAST "gimp-tool-brightness-contrast"


GIMP_STOCK_TOOL_BUCKET_FILL

#define GIMP_STOCK_TOOL_BUCKET_FILL         "gimp-tool-bucket-fill"


GIMP_STOCK_TOOL_BY_COLOR_SELECT

#define GIMP_STOCK_TOOL_BY_COLOR_SELECT     "gimp-tool-by-color-select"


GIMP_STOCK_TOOL_CLONE

#define GIMP_STOCK_TOOL_CLONE               "gimp-tool-clone"


GIMP_STOCK_TOOL_COLOR_BALANCE

#define GIMP_STOCK_TOOL_COLOR_BALANCE       "gimp-tool-color-balance"


GIMP_STOCK_TOOL_COLOR_PICKER

#define GIMP_STOCK_TOOL_COLOR_PICKER        "gimp-tool-color-picker"


GIMP_STOCK_TOOL_CROP

#define GIMP_STOCK_TOOL_CROP                "gimp-tool-crop"


GIMP_STOCK_TOOL_CURVES

#define GIMP_STOCK_TOOL_CURVES              "gimp-tool-curves"


GIMP_STOCK_TOOL_DODGE

#define GIMP_STOCK_TOOL_DODGE               "gimp-tool-dodge"


GIMP_STOCK_TOOL_ELLIPSE_SELECT

#define GIMP_STOCK_TOOL_ELLIPSE_SELECT      "gimp-tool-ellipse-select"


GIMP_STOCK_TOOL_ERASER

#define GIMP_STOCK_TOOL_ERASER              "gimp-tool-eraser"


GIMP_STOCK_TOOL_FLIP

#define GIMP_STOCK_TOOL_FLIP                "gimp-tool-flip"


GIMP_STOCK_TOOL_FREE_SELECT

#define GIMP_STOCK_TOOL_FREE_SELECT         "gimp-tool-free-select"


GIMP_STOCK_TOOL_FUZZY_SELECT

#define GIMP_STOCK_TOOL_FUZZY_SELECT        "gimp-tool-fuzzy-select"


GIMP_STOCK_TOOL_HISTOGRAM

#define GIMP_STOCK_TOOL_HISTOGRAM           "gimp-tool-histogram"


GIMP_STOCK_TOOL_HUE_SATURATION

#define GIMP_STOCK_TOOL_HUE_SATURATION      "gimp-tool-hue-saturation"


GIMP_STOCK_TOOL_INK

#define GIMP_STOCK_TOOL_INK                 "gimp-tool-ink"


GIMP_STOCK_TOOL_ISCISSORS

#define GIMP_STOCK_TOOL_ISCISSORS           "gimp-tool-iscissors"


GIMP_STOCK_TOOL_LEVELS

#define GIMP_STOCK_TOOL_LEVELS              "gimp-tool-levels"


GIMP_STOCK_TOOL_MEASURE

#define GIMP_STOCK_TOOL_MEASURE             "gimp-tool-measure"


GIMP_STOCK_TOOL_MOVE

#define GIMP_STOCK_TOOL_MOVE                "gimp-tool-move"


GIMP_STOCK_TOOL_PAINTBRUSH

#define GIMP_STOCK_TOOL_PAINTBRUSH          "gimp-tool-paintbrush"


GIMP_STOCK_TOOL_PATH

#define GIMP_STOCK_TOOL_PATH                "gimp-tool-path"


GIMP_STOCK_TOOL_PENCIL

#define GIMP_STOCK_TOOL_PENCIL              "gimp-tool-pencil"


GIMP_STOCK_TOOL_PERSPECTIVE

#define GIMP_STOCK_TOOL_PERSPECTIVE         "gimp-tool-perspective"


GIMP_STOCK_TOOL_POSTERIZE

#define GIMP_STOCK_TOOL_POSTERIZE           "gimp-tool-posterize"


GIMP_STOCK_TOOL_RECT_SELECT

#define GIMP_STOCK_TOOL_RECT_SELECT         "gimp-tool-rect-select"


GIMP_STOCK_TOOL_ROTATE

#define GIMP_STOCK_TOOL_ROTATE              "gimp-tool-rotate"


GIMP_STOCK_TOOL_SCALE

#define GIMP_STOCK_TOOL_SCALE               "gimp-tool-scale"


GIMP_STOCK_TOOL_SHEAR

#define GIMP_STOCK_TOOL_SHEAR               "gimp-tool-shear"


GIMP_STOCK_TOOL_SMUDGE

#define GIMP_STOCK_TOOL_SMUDGE              "gimp-tool-smudge"


GIMP_STOCK_TOOL_TEXT

#define GIMP_STOCK_TOOL_TEXT                "gimp-tool-text"


GIMP_STOCK_TOOL_THRESHOLD

#define GIMP_STOCK_TOOL_THRESHOLD           "gimp-tool-threshold"


GIMP_STOCK_TOOL_ZOOM

#define GIMP_STOCK_TOOL_ZOOM                "gimp-tool-zoom"


GIMP_STOCK_HCHAIN

#define GIMP_STOCK_HCHAIN               "gimp-hchain"


GIMP_STOCK_HCHAIN_BROKEN

#define GIMP_STOCK_HCHAIN_BROKEN        "gimp-hchain-broken"


GIMP_STOCK_VCHAIN

#define GIMP_STOCK_VCHAIN               "gimp-vchain"


GIMP_STOCK_VCHAIN_BROKEN

#define GIMP_STOCK_VCHAIN_BROKEN        "gimp-vchain-broken"


GIMP_STOCK_INFO

#define GIMP_STOCK_INFO                 "gimp-info"


GIMP_STOCK_WARNING

#define GIMP_STOCK_WARNING              "gimp-warning"


GIMP_STOCK_WILBER

#define GIMP_STOCK_WILBER               "gimp-wilber"


GIMP_STOCK_WILBER_EEK

#define GIMP_STOCK_WILBER_EEK               "gimp-wilber-eek"