Function libui_ng_sys::uiMsgBoxError
source · pub unsafe extern "C" fn uiMsgBoxError(
parent: *mut uiWindow,
title: *const c_char,
description: *const c_char
)Expand description
Error message box dialog window.
A message box displayed in a new window indicating an error. On some systems this may invoke an accompanying sound.
@param parent Parent window.
@param title Dialog window title text.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@param description Dialog message text.\n
A valid, NUL terminated UTF-8 string.\n
Data is owned by the caller.
@ingroup dialogWindow