#include <Fl_Scroll.h>
Inheritance diagram for Fl_Scroll:

Public Types | |
| enum | { HORIZONTAL = 1, VERTICAL = 2, BOTH = 3, ALWAYS_ON = 4, HORIZONTAL_ALWAYS = 5, VERTICAL_ALWAYS = 6, BOTH_ALWAYS = 7 } |
Public Methods | |
| Fl_Scroll (int X, int Y, int W, int H, const char *l=0) | |
| Creates new scroll widget using the given position, size, and label string. | |
| Fl_Scroll (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new scroll widget using the label, size, alignment, and label width. | |
| virtual int | handle (int) |
| virtual void | layout () |
| virtual void | draw () |
| int | xposition () const |
| Get or set the position of the scroll area. | |
| int | yposition () const |
| void | position (int, int) |
| int | edge_offset () |
| Set offset, from edge to widget. | |
| void | edge_offset (int v) |
| void | bbox (int &, int &, int &, int &) |
Public Attributes | |
| Fl_Scrollbar | scrollbar |
| Fl_Scrollbar | hscrollbar |
Definition at line 29 of file Fl_Scroll.h.
1.2.15