diff options
Diffstat (limited to 'FL')
| -rw-r--r-- | FL/Fl_Scroll.H | 4 |
1 files changed, 4 insertions, 0 deletions
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. |
