pub unsafe extern "C" fn uiGridSetPadded(g: *mut uiGrid, padded: c_int)
Expand description

Sets whether or not controls within the grid are padded.

Padding is defined as space between individual controls. The padding size is determined by the OS defaults.

@param g uiGrid instance. @param padded TRUE to make controls padded, FALSE otherwise. @memberof uiGrid