pub unsafe extern "C" fn uiGroupSetMargined(
    g: *mut uiGroup,
    margined: c_int
)
Expand description

Sets whether or not the group has a margin.

The margin size is determined by the OS defaults.

@param g uiGroup instance. @param margined TRUE to set a margin, FALSE otherwise. @memberof uiGroup