fltk_window_new_xy

fnWindowPtr fltk_window_new_xy(int x, int y, int w, int h, const(char) * title)

Creates a new window at specific position.

Parameters

xX position
yY position
wWidth in pixels
hHeight in pixels
titleWindowPtr title (may be null)

Returns

New window handle, or null on failure