Author: matt
Date: 2007-10-07 02:43:10 -0700 (Sun, 07 Oct 2007)
New Revision: 5945
Log:
STR #1793: Updated docs to reflect the default for Fl_Pack::resizable() to be
NULL.
Modified:
branches/branch-1.1/CHANGES
branches/branch-1.1/documentation/Fl_Group.html
branches/branch-1.1/documentation/Fl_Pack.html
Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-10-06 17:54:25 UTC (rev 5944)
+++ branches/branch-1.1/CHANGES 2007-10-07 09:43:10 UTC (rev 5945)
@@ -2,7 +2,7 @@
- Documentation fixes (STR #1454, STR #1455, STR #1456,
STR #1457, STR #1458, STR #1460, STR #1481, STR #1578,
- STR #1639, STR #1645, STR #1644)
+ STR #1639, STR #1645, STR #1644, STR #1793)
- Fixed Fl_Chart drawing (STR #1756)
- Fixed mapping of subwindows with unmapped parent
windows (STR #1706)
Modified: branches/branch-1.1/documentation/Fl_Group.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Group.html 2007-10-06 17:54:25 UTC
(rev 5944)
+++ branches/branch-1.1/documentation/Fl_Group.html 2007-10-07 09:43:10 UTC
(rev 5945)
@@ -165,7 +165,8 @@
<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
Modified: branches/branch-1.1/documentation/Fl_Pack.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Pack.html 2007-10-06 17:54:25 UTC
(rev 5944)
+++ branches/branch-1.1/documentation/Fl_Pack.html 2007-10-07 09:43:10 UTC
(rev 5945)
@@ -36,6 +36,7 @@
<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 @@
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
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit