7.5.8. pymodaq_gui.messenger module
- pymodaq_gui.messenger.messagebox(severity='warning', title='this is a title', text='blabla')[source]
Display a popup messagebox with a given severity :param severity: :type severity: (str) one in [‘critical’, ‘information’, ‘question’, ‘warning’] :param title: :type title: (str) the displayed popup title :param text: :type text: (str) the displayed text in the message
- Returns:
bool
- Return type:
True if the user clicks on Ok