Function libui_ng_sys::uiBoxSetPadded
source · Expand description
Sets whether or not controls within the box are padded.
Padding is defined as space between individual controls. The padding size is determined by the OS defaults.
@param b uiBox instance.
@param padded TRUE to make controls padded, FALSE otherwise.
@memberof uiBox