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 copied internally. Ownership is not transferred.
@param description Dialog message text.\n
A valid, NUL
terminated UTF-8 string.\n
Data is copied internally. Ownership is not transferred.
@ingroup dialogWindow