Duncan wrote: > Maybe I have misunderstood, but this makes me uncomfortable. > > You want to allow a user to create a widget that initially has no children, > but when the users adds X number of children and exceeds > the initial width or height of the widget, or a child resizes when > a font is changed, you suddenly add one or two scrollbars and the > number of children increases and is no longer X.
I believe Albrecht modification addresses this (and probably it was one of the motivation of albrecht for the change), because now the children() widget count would _not_ anymore count the 2 scrollbars if I understood his CHANGES.composite and related topics where he talks about now having to adapt existing code with children-2() offset change. Fabien _______________________________________________ fltk-dev mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-dev
