pub unsafe extern "C" fn dialog_message_set_buttons(
    message: *mut DialogMessage,
    left: *const i8,
    center: *const i8,
    right: *const i8
)
Expand description

Set message buttons text, button text can be NULL if you don’t want to display and process some buttons @param message message pointer @param left left button text, can be NULL if you don’t want to display the left button @param center center button text, can be NULL if you don’t want to display the center button @param right right button text, can be NULL if you don’t want to display the right button