showInfo¶
- emlib.dialogs.showInfo(msg, title='Info', font=None, icon='', backend='')[source]¶
Show a pop up dialog with some info
- Parameters:
msg (
str) – the text to display (one line)title (
str) – the title of the dialogfont – if given, a tuple (fontfamily, size)
icon – either None or one of ‘question’, ‘information’, ‘warning’, ‘critical’
- Return type:
None