pub unsafe extern "C" fn uiBoxNumChildren(b: *mut uiBox) -> c_int
Returns the number of controls contained within the box.
@param b uiBox instance. @returns Number of children. @memberof uiBox