Changed Fl_Scroll::bbox() from private to protected.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5618 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
parent
4ee2c1fafa
commit
cf9391c7b1
@ -40,10 +40,10 @@ class FL_EXPORT Fl_Scroll : public Fl_Group {
|
||||
static void scrollbar_cb(Fl_Widget*, void*);
|
||||
void fix_scrollbar_order();
|
||||
static void draw_clip(void*,int,int,int,int);
|
||||
void bbox(int&,int&,int&,int&);
|
||||
|
||||
protected:
|
||||
|
||||
void bbox(int&,int&,int&,int&);
|
||||
void draw();
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user