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