gimp_patterns_list << INDEX >> gimp_patterns_set_pattern

gimp_patterns_popup (1998)

NAME
gimp_patterns_popup - Invokes the Gimp pattern selection.
SYNOPSIS
gimp_patterns_popup (pattern_callback,popup_title,initial_pattern)
DESCRIPTION
This procedure popups the pattern selection dialog.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
STRINGpattern_callbackThe callback PDB proc to call when pattern selection is made
STRINGpopup_titleTitle to give the pattern popup window
STRINGinitial_patternThe name of the pattern to set as the first selected
SOME SYNTAX ALTERNATIVES
Patterns->popup (pattern_callback,popup_title,initial_pattern)
Gimp->patterns_popup (pattern_callback,popup_title,initial_pattern)
patterns_popup Layer (pattern_callback,popup_title,initial_pattern)
patterns_popup Image (pattern_callback,popup_title,initial_pattern)
patterns_popup Channel (pattern_callback,popup_title,initial_pattern)
patterns_popup Display (pattern_callback,popup_title,initial_pattern)
AUTHOR
Andy Thomas
(c)1998 Andy Thomas


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