Gimp.patterns_popup
@accepts(unicode, unicode, unicode)
@returns(bool)
def patterns_popup(pattern_callback, popup_title, initial_pattern_name):
# Python wrapper for gimp_patterns_popup()
Invokes the Gimp pattern selection.
Opens the pattern selection dialog.
- pattern_callback
The callback PDB proc to call when the user chooses a pattern.
- popup_title
Title of the pattern selection dialog.
- initial_pattern_name
The name of the pattern to set as the initial choice.
- Returns