uiFormDelete

Function uiFormDelete 

Source
pub unsafe extern "C" fn uiFormDelete(f: *mut uiForm, index: c_int)
Expand description

Removes the control at @p index from the form.

@param f uiForm instance. @param index Index of the control to be removed. @note The control is neither destroyed nor freed. @memberof uiForm