pub unsafe extern "C" fn nstd_gui_window_set_minimized(
window: NSTDWindow,
minimized: c_int,
)Expand description
Sets the window’s minimization mode.
Parameters:
NSTDWindow window - The window.
const int minimized - Whether the window should be minimized or not.