pub unsafe extern "C" fn uiBoxNumChildren(b: *mut uiBox) -> c_int
Expand description

Returns the number of controls contained within the box.

@param b uiBox instance. @returns Number of children. @memberof uiBox