From 09daf20b81cdae78772f07c0af22a571d7cc73eb Mon Sep 17 00:00:00 2001
From: Michael R Sweet If type() is FL_HORIZONTAL all the children are
-resized to the height of the Fl_Pack, and are moved next to
+ This widget was designed to add the functionality of compressing and
+aligning widgets.
+ 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
+ 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. This widget is needed for the Fl_Tabs.
+ This widget is needed for the Fl_Tabs.
In addition you may want to put the Fl_Pack inside an
Fl_Scroll. Description
- This widget was designed to add the functionality of compressing and
-aligning widgets.
-Methods
@@ -34,18 +34,18 @@ widgets.