From 0f3619ba0e725a6a9d57b9da328f3b1e2a0cd150 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 25 May 2021 17:41:00 +0200 Subject: Reimplement Fl_Group::delete_child(int) for Fl_Scroll --- FL/Fl_Scroll.H | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'FL') diff --git a/FL/Fl_Scroll.H b/FL/Fl_Scroll.H index ed0f6ac3b..35fcf9a24 100644 --- a/FL/Fl_Scroll.H +++ b/FL/Fl_Scroll.H @@ -163,6 +163,10 @@ public: int yposition() const {return yposition_;} void scroll_to(int, int); void clear(); + + /* delete child n (by index) */ + virtual int delete_child(int n); + /** Gets the current size of the scrollbars' troughs, in pixels. -- cgit v1.2.3