uiButtonSetText

Function uiButtonSetText 

Source
pub unsafe extern "C" fn uiButtonSetText(
    b: *mut uiButton,
    text: *const c_char,
)
Expand description

Sets the button label text.

@param b uiButton instance. @param text Label text.\n A valid, NUL terminated UTF-8 string.\n Data is copied internally. Ownership is not transferred. @memberof uiButton