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/Fl_Pack.html | |
| 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/Fl_Pack.html')
| -rw-r--r-- | documentation/Fl_Pack.html | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
