pub unsafe extern "C" fn uiRadioButtonsSetSelected(
    r: *mut uiRadioButtons,
    index: c_int
)
Expand description

Sets the item selected.

@param r uiRadioButtons instance. @param index Index of the item to be selected, -1 to clear selection. @memberof uiRadioButtons