gimp_gradients_get_list << INDEX >> gimp_gradients_sample_custom

gimp_gradients_popup (1998)

NAME
gimp_gradients_popup - Invokes the Gimp gradients selection.
SYNOPSIS
gimp_gradients_popup (gradients_callback,popup_title,initial_gradient,sample_size)
DESCRIPTION
This procedure popups the gradients selection dialog.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGgradients_callbackThe callback PDB proc to call when gradient selection is made
STRINGpopup_titleTitle to give the gradient popup window
STRINGinitial_gradientThe name of the pattern to set as the first selected
INT32sample_sizeSize of the sample to return when the gradient is changed (0 < sample_size <= 10000)
SOME SYNTAX ALTERNATIVES
Gradients->popup (gradients_callback,popup_title,initial_gradient,sample_size)
Gimp->gradients_popup (gradients_callback,popup_title,initial_gradient,sample_size)
gradients_popup Layer (gradients_callback,popup_title,initial_gradient,sample_size)
gradients_popup Image (gradients_callback,popup_title,initial_gradient,sample_size)
gradients_popup Channel (gradients_callback,popup_title,initial_gradient,sample_size)
gradients_popup Display (gradients_callback,popup_title,initial_gradient,sample_size)
AUTHOR
Andy Thomas
(c)1998 Andy Thomas


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