Function libui_ng_sys::uiBoxDelete

source ·
pub unsafe extern "C" fn uiBoxDelete(b: *mut uiBox, index: c_int)
Expand description

Removes the control at @p index from the box.

@param b uiBox instance. @param index Index of control to be removed. @note The control neither destroyed nor freed. @memberof uiBox