Author: mike
Date: 2007-11-20 21:00:55 -0800 (Tue, 20 Nov 2007)
New Revision: 5989
Log:
Note that Fl_Pack only works with frame box types (STR #1794)


Modified:
   branches/branch-1.1/CHANGES
   branches/branch-1.1/documentation/Fl_Pack.html

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-11-21 04:43:28 UTC (rev 5988)
+++ branches/branch-1.1/CHANGES 2007-11-21 05:00:55 UTC (rev 5989)
@@ -3,7 +3,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 #1792, STR #1793,
-         STR #1742, STR #1777)
+         STR #1742, STR #1777, STR #1794)
        - Shared libraries would not build on 64-bit Linux
          systems with an existing non-PIC FLTK installation
          (STR #1791)

Modified: branches/branch-1.1/documentation/Fl_Pack.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Pack.html      2007-11-21 04:43:28 UTC 
(rev 5988)
+++ branches/branch-1.1/documentation/Fl_Pack.html      2007-11-21 05:00:55 UTC 
(rev 5989)
@@ -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.box>box</A></LI>
 <LI><A href=#Fl_Pack.resizable>resizable</A></LI>
 <LI><A href=#Fl_Pack.spacing>spacing</A></LI>
 </UL>
@@ -51,6 +52,13 @@
 variables, but you must declare the <TT>Fl_Pack</TT><I>first</I>, so
 that it is destroyed last.
 
+<H4><A name=Fl_Pack.box>Fl_Boxtype Fl_Pack::box() const
+<BR> void Fl_Pack::box(Fl_Boxtype)</A></H4>
+
+<P>Gets or sets the box type for the widget, which identifies a
+routine that draws the background of the widget. <em>Only frame
+box types may be used with the <tt>Fl_Pack</tt> widget.</em></p>
+
 <H4><A name=Fl_Pack.resizable>void Fl_Pack::resizable(Fl_Widget *box)
 <BR> void Fl_Pack::resizable(Fl_Widget &amp;box)
 <BR> Fl_Widget *Fl_Pack::resizable() const</A></H4>

_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit

Reply via email to