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

Creates a new horizontal box.

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

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