Function libui_ng_sys::uiNewLabel

source ·
pub unsafe extern "C" fn uiNewLabel(
    text: *const c_char
) -> *mut uiLabel
Expand description

Creates a new label.

@param text Label text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @returns A new uiLabel instance. @memberof uiLabel @static