>
> * Fl_Window::size_range() docs should indicate zero a special value
> for minh/minw
> Can someone fix the docs? Please?
>

Just a note at the bottom should be enough.  If I recall the
discussion correctly, something like this...

Please note that fltk's implementation of
size_range(w, 0) and size_range(0, h) is not
consistent across platforms. As a workaround,
consider using size_range(w, 1) or size_range(1, h)
instead.  This will be fixed in a future release.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to