fltk_window_new

fnWindowPtr fltk_window_new(int w, int h, const(char) * title)

Creates a new window.

Parameters

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

Returns

New window handle, or null on failure