mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 15:32:12 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user