blob: be391c7763131870786f91da2319887b9cdebd3c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef Fl_Valuator_H
#define Fl_Valuator_H
#include <fltk/Valuator.h>
#define Fl_Valuator fltk::Valuator
enum {
FL_VERTICAL = 0,
FL_HORIZONTAL = 1
};
#endif
|