pub fn simple_message<'a>(title: &'a str, content: &'a str) -> MessageChoice
Expand description

Display a simple message box. The message box has for style MessageButtons::Ok and MessageIcons::Info. It is recommended to use modal_info_message because it locks the window that creates the message box. This method may be deprecated in the future

Parameters:

  • title: The message box title
  • content: The message box message