pub unsafe extern "C" fn uiWindowSetMargined(
    w: *mut uiWindow,
    margined: c_int
)
Expand description

Sets whether or not the window has a margin.

The margin size is determined by the OS defaults.

@param w uiWindow instance. @param margined TRUE to set a window margin, FALSE otherwise. @memberof uiWindow