Function libui_ng_sys::uiBoxPadded

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

Returns whether or not controls within the box are padded.

Padding is defined as space between individual controls.

@param b uiBox instance. @returns TRUE if controls are padded, FALSE otherwise. [Default: TODO] @memberof uiBox