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.

Closes an open font selection dialog.

font_callback

The name of the callback registered in the PDB for this dialog.

Returns