26 #include "Fl_Scrollbar.H" 
   89   int xposition_, yposition_;
 
   92   static void hscrollbar_cb(
Fl_Widget*, 
void*);
 
   93   static void scrollbar_cb(
Fl_Widget*, 
void*);
 
   94   void fix_scrollbar_order();
 
   95   static void draw_clip(
void*,
int,
int,
int,
int);
 
   97 #if FLTK_ABI_VERSION >= 10303 
  135   void recalc_scrollbars(ScrollInfo &si);
 
  139   void bbox(
int&,
int&,
int&,
int&);
 
  147   void resize(
int,
int,
int,
int);
 
  150   Fl_Scroll(
int X,
int Y,
int W,
int H,
const char*l=0);
 
  157     HORIZONTAL_ALWAYS = 5,
 
  166   void scroll_to(
int, 
int);
 
  178       return(scrollbar_size_);
 
  200       if ( newSize != scrollbar_size_ ) 
redraw();
 
  201       scrollbar_size_ = newSize;
 
Fl_Widget * child(int n) const 
Returns array()[n]. 
Definition: Fl_Group.H:79
void draw()
Draws the widget. 
Definition: Fl_Group.cxx:738
void clear()
Deletes all child widgets from memory recursively. 
Definition: Fl_Group.cxx:383
The Fl_Group class is the FLTK container widget. 
Definition: Fl_Group.H:41
int handle(int)
Handles the specified event. 
Definition: Fl_Group.cxx:147
void resize(int, int, int, int)
Resizes the Fl_Group widget and all of its children. 
Definition: Fl_Group.cxx:634