showInfo

emlib.dialogs.showInfo(msg, title='Info', font=None, icon=None, backend=None)[source]

Show a pop up dialog with some info

Parameters:
  • msg (str) – the text to display (one line)

  • title (str) – the title of the dialog

  • font – if given, a tuple (fontfamily, size)

  • icon (Optional[str]) – either None or one of ‘question’, ‘information’, ‘warning’, ‘critical’

Return type:

None