pub unsafe extern "C" fn dialog_ex_set_header(
dialog_ex: *mut DialogEx,
text: *const c_char,
x: u8,
y: u8,
horizontal: Align,
vertical: Align,
)Expand description
Set dialog header text
If text is null, dialog header will not be rendered
ยงArguments
dialog_ex- DialogEx instancetext- text to be shown, can be multilinex- x positiony- y positionhorizontal- horizontal text alignmentvertical- vertical text alignment