summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Group.H4
1 files changed, 4 insertions, 0 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index 2271962b3..2d4cef152 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -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;}
/**