Reimplement Fl_Group::delete_child(int) for Fl_Scroll

This commit is contained in:
Albrecht Schlosser
2021-05-25 17:41:00 +02:00
parent 9abbff2078
commit 0f3619ba0e
2 changed files with 31 additions and 0 deletions
+4
View File
@@ -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.