summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Pack.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html
index 9a19f1068..f5dadb699 100644
--- a/documentation/Fl_Pack.html
+++ b/documentation/Fl_Pack.html
@@ -23,9 +23,9 @@
<H3>Description</H3>
This widget was designed to add the functionality of compressing and
aligning widgets.
-<P>If <TT>type()</TT> is <TT>FL_HORIZONTAL</TT> all the children are
+<P>If <TT>type()</TT> is <TT>Fl_Pack::HORIZONTAL</TT> all the children are
resized to the height of the <TT>Fl_Pack</TT>, and are moved next to
-each other horizontally. If <TT>type()</TT> is not <TT>FL_HORIZONTAL</TT>
+each other horizontally. If <TT>type()</TT> is not <TT>Fl_Pack::HORIZONTAL</TT>
then the children are resized to the width and are stacked below each
other. Then the <TT>Fl_Pack</TT> resizes itself to surround the child
widgets. </P>