> In fltk 1.1.8, if I call window->size_range(300, 0), I > get a window of height zero that can't be resized vertically. > To get approximately what I want (minimum width 300, no > minimum height), > I have to set the second parameter (minh) to some small number > 0. > > Is that the way it's supposed to work?
Quite possibly...! I'd always go for window->size_range(300, 1); to be honest, so have never seen the effect you describe. Presumably that deos work for you, though? -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

