mirror of
https://github.com/fltk/fltk.git
synced 2026-05-31 22:04:26 +08:00
Reimplement Fl_Group::delete_child(int) for Fl_Scroll
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user