> In the meantime, the OP can probably get the required behaviour with
> a few #ifdef's for now, until a better fix is available?
>

Using some big number for maxw/maxh (rather than -1) also
works on X/Solaris and I'm guessing would work elsewhere.
In fact, there's no special reason -1 should mean "no limit,"
I just plugged it in and discovered that it worked.  Zero
presumably would work if the minimum were non-zero.

  void resume_resizing() { size_range(0, 0, 100000, 100000); }




_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to