fltk_double_window_new

fnDoubleWindowPtr fltk_double_window_new(int w, int h, const(char) * title)

Creates a new double-buffered window.

Parameters

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

Returns

New window handle, or null on failure