dialog_message_set_text

Function dialog_message_set_text 

Source
pub unsafe extern "C" fn dialog_message_set_text(
    message: *mut DialogMessage,
    text: *const c_char,
    x: u8,
    y: u8,
    horizontal: Align,
    vertical: Align,
)
Expand description

Set message text

§Arguments

  • message - message pointer
  • text - text, can be NULL if you don’t want to display the text
  • x - x position
  • y - y position
  • horizontal - horizontal alignment
  • vertical - vertical alignment