Skip to main content

uiBoxNumChildren

Function uiBoxNumChildren 

Source
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