fltk_double_window_new
fn
DoubleWindowPtr fltk_double_window_new(int w, int h, const(char) * title)Creates a new double-buffered window.
Parameters
w | Width in pixels |
h | Height in pixels |
title | WindowPtr title (may be null) |
Returns
New window handle, or null on failure