Gimp.fonts_close_popup

@accepts(unicode)
@returns(bool)
def fonts_close_popup(font_callback):
    # Python wrapper for gimp_fonts_close_popup()
  

Close the font selection dialog.

This procedure closes an opened font selection dialog.

font_callback

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

Returns