Author: matt
Date: 2007-12-18 02:02:54 -0800 (Tue, 18 Dec 2007)
New Revision: 6004
Log:
STR #1796: fixed documentation for size_range

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

Modified: branches/branch-1.1/CHANGES
===================================================================
--- branches/branch-1.1/CHANGES 2007-12-18 09:41:12 UTC (rev 6003)
+++ branches/branch-1.1/CHANGES 2007-12-18 10:02:54 UTC (rev 6004)
@@ -3,7 +3,8 @@
        - 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 #1794, STR #1827, STR #1843)
+         STR #1742, STR #1777, STR #1794, STR #1827, STR #1843,
+         STR #1796)
        - Fixed overlay offset for OS X Quartz (STR #1729)
        - gl_font() support for Xft+X11 (STR #1809)
        - Fl_Gl_Window::mode() needed to hide and show the window

Modified: branches/branch-1.1/documentation/Fl_Window.html
===================================================================
--- branches/branch-1.1/documentation/Fl_Window.html    2007-12-18 09:41:12 UTC 
(rev 6003)
+++ branches/branch-1.1/documentation/Fl_Window.html    2007-12-18 10:02:54 UTC 
(rev 6004)
@@ -126,7 +126,7 @@
 works for top-level windows.
 <UL>
 <LI><TT>minw</TT> and <TT>minh</TT> are the smallest the window  can
-be. </LI>
+be. Either value must be greater than 0.</LI>
 <LI><TT>maxw</TT> and <TT>maxh</TT> are the largest the window  can be.
  If either is <I>equal</I> to the minimum then you  cannot resize in
 that direction.  If either is zero  then FLTK picks a maximum size in

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

Reply via email to