pub unsafe extern "C" fn uiNewButton(
text: *const c_char,
) -> *mut uiButtonExpand description
Creates a new button.
@param text Label text.\n
A valid, NUL terminated UTF-8 string.\n
Data is copied internally. Ownership is not transferred.
@returns A new uiButton instance.
@memberof uiButton @static