gimp_brushes_set_paint_mode << INDEX >> gimp_brushes_set_spacing

gimp_brushes_set_popup (1998)

NAME
gimp_brushes_set_popup - Sets the current brush selection in a popup.
SYNOPSIS
gimp_brushes_set_popup (brush_callback,brush_name,opacity,spacing,paint_mode)
DESCRIPTION
Sets the current brush selection in a popup.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGbrush_callbackThe name of the callback registered for this popup
STRINGbrush_nameThe name of the brush to set as selected
FLOATopacityThe initial opacity of the brush
INT32spacingThe initial spacing of the brush (if < 0 then use brush default spacing)
INT32paint_modeThe initial paint mode: { NORMAL_MODE (0), DISSOLVE_MODE (1), BEHIND_MODE (2), MULTIPLY_MODE (3), SCREEN_MODE (4), OVERLAY_MODE (5), DIFFERENCE_MODE (6), ADDITION_MODE (7), SUBTRACT_MODE (8), DARKEN_ONLY_MODE (9), LIGHTEN_ONLY_MODE (10), HUE_MODE (11), SATURATION_MODE (12), COLOR_MODE (13), VALUE_MODE (14), DIVIDE_MODE (15) }
SOME SYNTAX ALTERNATIVES
Gimp->brushes_set_popup (brush_callback,brush_name,opacity,spacing,paint_mode)
brushes_set_popup Layer (brush_callback,brush_name,opacity,spacing,paint_mode)
brushes_set_popup Image (brush_callback,brush_name,opacity,spacing,paint_mode)
brushes_set_popup Channel (brush_callback,brush_name,opacity,spacing,paint_mode)
brushes_set_popup Display (brush_callback,brush_name,opacity,spacing,paint_mode)
brushes_set_popup Drawable (brush_callback,brush_name,opacity,spacing,paint_mode)
AUTHOR
Andy Thomas
(c)1998 Andy Thomas


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>