Quoth the prophet:

  If type() is FL_HORIZONTAL all the children are resized to the
  height of the Fl_Pack, and are moved next to each other horizontally.
  If type() is not FL_HORIZONTAL  then the children are resized to the
  width and are stacked below each other. Then the Fl_Pack resizes
  itself to surround the child widgets.

I don't get the phrase "Then the Fl_Pack resizes itself ..."
When?  Not when it's constructed, 'cause there are no children.
When a child is added or removed? When a child is resized?
When the Fl_Pack is resized?

Does the "Fl_Pack resizes itself" literally mean its w() and/or
h() changes?  If so, I haven't been able to detect that in code.

Can anyone enlighten me on this?

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

Reply via email to