Function libui_ng_sys::uiNewButton

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

Creates a new button.

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