diff options
| author | Matthias Melcher <fltk@matthiasm.com> | 2007-10-07 09:43:10 +0000 |
|---|---|---|
| committer | Matthias Melcher <fltk@matthiasm.com> | 2007-10-07 09:43:10 +0000 |
| commit | 072398649c07f7a839eb13a04ac5c416e305a73c (patch) | |
| tree | 5d5283f032207647028b2aff29ca3aab2417ac99 /documentation | |
| parent | a9456e49f421460d8439b651e40953e0ed7ef5ed (diff) | |
STR #1793: Updated docs to reflect the default for Fl_Pack::resizable() to be NULL.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5945 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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 |
