diff options
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/Fl_Group.html | 3 | ||||
| -rw-r--r-- | documentation/Fl_Pack.html | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/documentation/Fl_Group.html b/documentation/Fl_Group.html index ac19bb771..1dab3a2f0 100644 --- a/documentation/Fl_Group.html +++ b/documentation/Fl_Group.html @@ -165,7 +165,8 @@ box are moved. <IMG align=TOP SRC="resizebox2.gif" ALT="Resizeable groups"></P> <P>The resizable may be set to the group itself (this is the default value for an <TT>Fl_Group</TT>, although <TT>NULL</TT> is the default -for an <TT>Fl_Window</TT>), in which case all the contents are resized. +for <TT>Fl_Window</TT> and <TT>Fl_Pack</TT>), in which case all the +contents are resized. If the resizable is <TT>NULL</TT> then all widgets remain a fixed size and distance from the top-left corner. </P> <P>It is possible to achieve any type of resize behavior by using an diff --git a/documentation/Fl_Pack.html b/documentation/Fl_Pack.html index 70ebcd953..9a19f1068 100644 --- a/documentation/Fl_Pack.html +++ b/documentation/Fl_Pack.html @@ -36,6 +36,7 @@ widgets. </P> <UL> <LI><A href=#Fl_Pack.Fl_Pack>Fl_Pack</A></LI> <LI><A href=#Fl_Pack.~Fl_Pack>~Fl_Pack</A></LI> +<LI><A href=#Fl_Pack.resizable>resizable</A></LI> <LI><A href=#Fl_Pack.spacing>spacing</A></LI> </UL> <H4><A name=Fl_Pack.Fl_Pack>Fl_Pack::Fl_Pack(int x, int y, int w, int @@ -49,6 +50,15 @@ all the children in the user code. A kludge has been done so the <TT> Fl_Pack</TT> and all of it's children can be automatic (local) variables, but you must declare the <TT>Fl_Pack</TT><I>first</I>, so that it is destroyed last. + +<H4><A name=Fl_Pack.resizable>void Fl_Pack::resizable(Fl_Widget *box) +<BR> void Fl_Pack::resizable(Fl_Widget &box) +<BR> Fl_Widget *Fl_Pack::resizable() const</A></H4> +<P>The resizable for <tt>Fl_Pack</tt> is set to <TT>NULL</TT> by +default.</p> + +<p> See also: <A href=Fl_Group.html#Fl_Group.resizable>Fl_Group::resizable()</A></p> + <H4><A name=Fl_Pack.spacing>int Fl_Pack::spacing() const <BR> void Fl_Pack::spacing(int)</A></H4> Gets or sets the number of extra pixels of blank space that are added |
