STR #1796: fixed documentation for size_range

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@6004 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2007-12-18 10:02:54 +00:00
parent ffe3cb7bd5
commit 6e8ae36abd
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -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