pub unsafe extern "C" fn dialog_message_set_header(
message: *mut DialogMessage,
text: *const c_char,
x: u8,
y: u8,
horizontal: Align,
vertical: Align,
)Expand description
Set message header
§Arguments
message- message pointertext- text, can be NULL if you don’t want to display the headerx- x positiony- y positionhorizontal- horizontal alignmentvertical- vertical alignment