pub unsafe extern "C" fn nstd_gui_window_set_visible(
window: NSTDWindow,
visible: c_int,
)Expand description
Sets a window’s visibility.
Parameters:
NSTDWindow window - The window.
const int visible - Whether to show or hide the window.