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

Public Methods | |
| Fl_Value_Slider (int x, int y, int w, int h, const char *l=0) | |
| Creates new value slider widget using the given position, size, and label string. | |
| Fl_Value_Slider (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| Creates new value slider widget using the label, size, alignment, and label width. | |
| virtual void | draw () |
| virtual int | handle (int) |
Static Public Attributes | |
| Fl_Named_Style * | default_style |
Definition at line 28 of file Fl_Value_Slider.h.
1.2.15