pub unsafe extern "C" fn uiNewVerticalBox() -> *mut uiBox
Expand description

Creates a new vertical box.

Controls within the box are placed next to each other vertically.

@returns A new uiBox instance. @memberof uiBox @static