mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 05:35:29 +08:00
Fix Fl_Window::size_range() documentation (STR 3352)
"Tiny window problem if child group larger than window" See Greg's comment 4: "something is wrong here: either the logic or the docs are incorrect, not sure which." It turned out that both were incorrect. Since we fixed the code this commit completes the STR by fixing the docs as well so they match the behavior.
This commit is contained in:
@@ -162,6 +162,10 @@ public:
|
||||
|
||||
See the \ref resize chapter for more examples and detailed explanation.
|
||||
|
||||
\note The resizable() widget of a window can also affect the window's
|
||||
resizing behavior if Fl_Window::size_range() is not called.
|
||||
|
||||
\see Fl_Window::size_range()
|
||||
*/
|
||||
void resizable(Fl_Widget* o) {resizable_ = o;}
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user