summaryrefslogtreecommitdiff
path: root/fluid/Fl_Type.h
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-12-07 17:31:09 +0100
committerMatthias Melcher <github@matthiasm.com>2024-12-07 17:31:14 +0100
commitd1ba7fbf5022ac1f14d63ca8a3cf264f7cee334d (patch)
tree8b5c3b4c04feaf00415c2d716ca02399b86bd258 /fluid/Fl_Type.h
parentc87e5c755d5a889feb879e89347280b33cfc26ec (diff)
Giving access to some Fl_Text_Display member variables (#1153)
And typos in FLUID source code docs.
Diffstat (limited to 'fluid/Fl_Type.h')
-rw-r--r--fluid/Fl_Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/Fl_Type.h b/fluid/Fl_Type.h
index 59bd89556..f38508e16 100644
--- a/fluid/Fl_Type.h
+++ b/fluid/Fl_Type.h
@@ -219,7 +219,7 @@ public:
virtual void move_child(Fl_Type*, Fl_Type* beforethis) { }
virtual void remove_child(Fl_Type*) { }
- /** Give widgets a change to arrange their children after all children were add.
+ /** Give widgets a chance to arrange their children after all children were added.
If adding individual children, this is called immediately, but if children
are read via a project file, we wait until all children are read and then
lay out the group.