summaryrefslogtreecommitdiff
path: root/FL/Fl_Flex.H
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2022-11-01 20:45:31 +0100
committerGitHub <noreply@github.com>2022-11-01 20:45:31 +0100
commit33f01ecb836f9bd70447fcd7ab0f7eda27d224db (patch)
tree4f0c640c3199e34aa47962569d5eeafb930de051 /FL/Fl_Flex.H
parentc570bd8f96902a2f290f7623b8cf3074ac8f97ca (diff)
Added Fl_Group::on_insert/on_remove/on_move (#527)
Diffstat (limited to 'FL/Fl_Flex.H')
-rw-r--r--FL/Fl_Flex.H2
1 files changed, 2 insertions, 0 deletions
diff --git a/FL/Fl_Flex.H b/FL/Fl_Flex.H
index 1224fe828..87a1c6324 100644
--- a/FL/Fl_Flex.H
+++ b/FL/Fl_Flex.H
@@ -168,6 +168,8 @@ protected:
virtual int alloc_size(int size) const;
+ void on_remove(int); /* override */
+
public:
/** Returns the left margin size of the widget.