[][src]Function native_windows_gui::simple_message

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

Display a simple message box. The message box has for style MessageButtons::Ok and MessageIcons::Info .

Parameters:

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