diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-09-30 20:25:36 +0000 |
| commit | 2c61d60470b0583614437950066b2f63c4ac2782 (patch) | |
| tree | f32ab07a4acdbfca9f3389ec851dc5c4b9e09653 /documentation/Fl_Window.html | |
| parent | eb9a83b3483608286be0a9ead6b98938d21370f3 (diff) | |
Documentation updates.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1625 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation/Fl_Window.html')
| -rw-r--r-- | documentation/Fl_Window.html | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/Fl_Window.html b/documentation/Fl_Window.html index 291a48c8b..e5b111eec 100644 --- a/documentation/Fl_Window.html +++ b/documentation/Fl_Window.html @@ -128,16 +128,15 @@ are ignored. (this is ignored on WIN32)</LI> window managers)</LI> </UL> If this function is not called, FLTK tries to figure out the range -from the setting of <A href=#Fl_Group.resizable><TT>resizeable()</TT></A> -: +from the setting of <A href="Fl_Group.html#Fl_Group.resizable"><TT>resizable()</TT></A>: <UL> -<LI>If <TT>resizeable()</TT> is <TT>NULL</TT> (this is the default) +<LI>If <TT>resizable()</TT> is <TT>NULL</TT> (this is the default) then the window cannot be resized and the resize border and max-size control will not be displayed for the window. </LI> -<LI>If either dimension of <TT>resizeable()</TT> is less than 100, +<LI>If either dimension of <TT>resizable()</TT> is less than 100, then that is considered the minimum size. Otherwise the <TT> -resizeable()</TT> has a minimum size of 100. </LI> -<LI>If either dimension of <TT>resizeable()</TT> is zero, then that is +resizable()</TT> has a minimum size of 100. </LI> +<LI>If either dimension of <TT>resizable()</TT> is zero, then that is also the maximum size (so the window cannot resize in that direction). </LI> </UL> It is undefined what happens if the current size does not fit in the |
