Gimp.patterns_set_popup

@accepts(unicode, unicode)
@returns(bool)
def patterns_set_popup(pattern_callback, pattern_name):
    # Python wrapper for gimp_patterns_set_popup()
  

Sets the current pattern in a pattern selection dialog.

Sets the current pattern in a pattern selection dialog.

pattern_callback

The name of the callback registered for this pop-up.

pattern_name

The name of the pattern to set as selected.

Returns