Skip to main content

wxd_Window_GetLabel

Function wxd_Window_GetLabel 

Source
pub unsafe extern "C" fn wxd_Window_GetLabel(
    self_: *const wxd_Window_t,
    outLabel: *mut c_char,
    maxLen: usize,
) -> c_int
Expand description

@brief Get the label of the window. The returned value is the length of the label (excluding null terminator). If outLabel is not null and maxLen > 0, the label is copied into outLabel up to maxLen - 1 characters, and null-terminated.