pub unsafe extern "C" fn uiRadioButtonsAppend(
    r: *mut uiRadioButtons,
    text: *const c_char
)
Expand description

Appends a radio button.

@param r uiRadioButtons instance. @param text Radio button text.\n A valid, NUL terminated UTF-8 string.\n Data is owned by the caller. @memberof uiRadioButtons