fltk_single_window_new

fnSingleWindowPtr fltk_single_window_new(int w, int h, const(char) * title)

Creates a new single-buffered window.

Parameters

wWidth in pixels
hHeight in pixels
titleWindow title (may be null)

Returns

New window handle, or null on failure