pub unsafe extern "C" fn text_input_set_header_text(
    text_input: *mut TextInput,
    text: *const c_char
)
Expand description

Set text input header text

Arguments

  • text_input - TextInput instance
  • text - text to be shown