summaryrefslogtreecommitdiff
path: root/FL
diff options
context:
space:
mode:
Diffstat (limited to 'FL')
-rw-r--r--FL/Fl_Group.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Fl_Group.H b/FL/Fl_Group.H
index cde3e8cb2..f519a7111 100644
--- a/FL/Fl_Group.H
+++ b/FL/Fl_Group.H
@@ -106,6 +106,7 @@ public:
widget if \p before is not in the group.
*/
void insert(Fl_Widget& o, Fl_Widget* before) {insert(o,find(before));}
+ void remove(int index);
void remove(Fl_Widget&);
/**
Removes the widget \p o from the group.