Function native_windows_gui::fatal_message
[−]
[src]
pub fn fatal_message<'a>(title: &'a str, content: &'a str) -> !
Display a message box and then panic. The message box has for style MessageButtons::Ok and MessageIcons::Error .
Parameters:
- title: The message box title
- content: The message box message