pub unsafe extern "C" fn dialog_message_set_buttons(
message: *mut DialogMessage,
left: *const c_char,
center: *const c_char,
right: *const c_char,
)Expand description
Set message buttons text, button text can be NULL if you don’t want to display and process some buttons
§Arguments
message- message pointerleft- left button text, can be NULL if you don’t want to display the left buttoncenter- center button text, can be NULL if you don’t want to display the center buttonright- right button text, can be NULL if you don’t want to display the right button