pub unsafe extern "C" fn dialog_ex_set_center_button_text(
    dialog_ex: *mut DialogEx,
    text: *const i8
)
Expand description

Set center button text

If text is null, center button will not be rendered and processed

@param dialog_ex DialogEx instance @param text text to be shown