Gimp.patterns_close_popup

@accepts(unicode)
@returns(bool)
def patterns_close_popup(pattern_callback):
    # Python wrapper for gimp_patterns_close_popup()
  

Close the pattern selection dialog.

Closes an open pattern selection dialog.

pattern_callback

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

Returns