[][src]Function show_image::make_window_full

pub fn make_window_full(options: WindowOptions) -> Result<Window, String>

Make a window with the given options using the global context.

See [Context::make_window_full] for more details.

If the global context was not yet initialized, this function will initialize it.