#[no_mangle]
pub unsafe extern "C" fn nstd_gui_window_set_decorations(
    window: NSTDWindow,
    decorations: NSTDBool
)
Expand description

Turn window decorations on or off. Parameters: const NSTDWindow window - The window. const NSTDBool decorations - Whether to allow window decorations or not.