Function libui_ng_sys::uiFormPadded

source ·
pub unsafe extern "C" fn uiFormPadded(f: *mut uiForm) -> c_int
Expand description

Returns whether or not controls within the form are padded.

Padding is defined as space between individual controls.

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