summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2007-12-18 10:02:54 +0000
committerMatthias Melcher <fltk@matthiasm.com>2007-12-18 10:02:54 +0000
commit6e8ae36abd940b4726c6e5da6714525ce71244da (patch)
tree923f83fbe5ad653f203b0208f51c3e00109c272a /documentation
parentffe3cb7bd50289a117ff304703c44f7b73067683 (diff)
STR #1796: fixed documentation for size_range
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6004 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Fl_Window.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html
index 4fdf29f8b..7af5aba4d 100644
--- a/documentation/Fl_Window.html
+++ b/documentation/Fl_Window.html
@@ -126,7 +126,7 @@ int minh, int maxw=0, int maxh=0, int dw=0, int dh=0, int aspect=0)</A></H4>
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