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

Public Types | |
| enum | { VERTICAL = 0, HORIZONTAL = 1 } |
Public Methods | |
| Fl_Roller (int X, int Y, int W, int H, const char *L=0) | |
| Creates new roller widget using the given position, size, and label string. | |
| Fl_Roller (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new roller widget using the label, size, alignment, and label width. | |
| virtual int | handle (int) |
| virtual void | draw () |
Definition at line 28 of file Fl_Roller.h.
1.2.15