summaryrefslogtreecommitdiff
path: root/fluid/Fl_Window_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-06 14:40:18 +0100
committerMatthias Melcher <github@matthiasm.com>2022-11-08 19:09:17 +0100
commitb76152cf6c0346a34a1f866ad1809ad0c6f2e6ea (patch)
tree8cd13cb8e5507c8f110f527e1d4eb8f3a7860f10 /fluid/Fl_Window_Type.h
parentec47afb7eb5864e915ea89530ffb8b6a81bf230d (diff)
Fluid: widget classes can resize children on instantiation
Diffstat (limited to 'fluid/Fl_Window_Type.h')
-rw-r--r--fluid/Fl_Window_Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Window_Type.h b/fluid/Fl_Window_Type.h
index e1ddcba9c..41cf73f4b 100644
--- a/fluid/Fl_Window_Type.h
+++ b/fluid/Fl_Window_Type.h
@@ -111,7 +111,7 @@ public:
}
// state variables for output:
char write_public_state; // true when public: has been printed
- char wc_relative; // if true, reposition all child widgets in an Fl_Group
+ char wc_relative; // if 1, reposition all children, if 2, reposition and resize
virtual void write_properties();
virtual void read_property(const char *);