Function libui_ng_sys::uiGridPadded

source ·
pub unsafe extern "C" fn uiGridPadded(g: *mut uiGrid) -> c_int
Expand description

Returns whether or not controls within the grid are padded.

Padding is defined as space between individual controls.

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