nstd_gui_window_set_maximized

Function nstd_gui_window_set_maximized 

Source
pub unsafe extern "C" fn nstd_gui_window_set_maximized(
    window: NSTDWindow,
    maximized: c_int,
)
Expand description

Sets the window’s maximization mode. Parameters: NSTDWindow window - The window. const int maximized - Whether the window should be maximized or not.