pub unsafe extern "C" fn nstd_gui_window_set_resizable(
window: NSTDWindow,
resizable: c_int,
)Expand description
Sets whether the window is resizable or not.
Parameters:
NSTDWindow window - The window.
const int resizable - Whether the window should be resizable or not.