fltk_window_size_range

fnvoid fltk_window_size_range(WindowPtr window, int minw, int minh, int maxw, int maxh) extern(C) nothrow @nogc

Sets the window's size range.

Parameters

windowThe window
minwMinimum width
minhMinimum height
maxwMaximum width (0 = no limit)
maxhMaximum height (0 = no limit)