fltk_menu_window_new_xy

fnMenuWindowPtr fltk_menu_window_new_xy(int x, int y, int w, int h, const(char) * title)

Creates a new menu window with position.

Parameters

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

Returns

New window handle, or null on failure