24#include "Fl_Valuator.H"
43 Fl_Roller(
int X,
int Y,
int W,
int H,
const char* L=0);
Fl_Roller(int X, int Y, int W, int H, const char *L=0)
Creates a new Fl_Roller widget using the given position, size, and label string.
Definition Fl_Roller.cxx:181
Fl_Valuator(int X, int Y, int W, int H, const char *L)
Creates a new Fl_Valuator widget using the given position, size, and label string.
Definition Fl_Valuator.cxx:26
#define FL_OVERRIDE
This macro makes it safe to use the C++11 keyword override with older compilers.
Definition fl_attr.h:46