dialog_message_set_buttons

Function dialog_message_set_buttons 

Source
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 pointer
  • left - left button text, can be NULL if you don’t want to display the left button
  • center - center button text, can be NULL if you don’t want to display the center button
  • right - right button text, can be NULL if you don’t want to display the right button