37#include "Fl_Valuator.H"
41#define FL_NORMAL_COUNTER 0
42#define FL_SIMPLE_COUNTER 1
64 static void repeat_callback(
void *);
76 Fl_Counter(
int X,
int Y,
int W,
int H,
const char* L = 0);
84 void lstep(
double a) {lstep_ = a;}
int Fl_Font
A font number is an index into the internal font table.
Definition: Enumerations.H:707
unsigned int Fl_Color
an FLTK color value
Definition: Enumerations.H:764
int Fl_Fontsize
Size of a font in pixels.
Definition: Enumerations.H:736
Controls a single floating point value with button (or keyboard) arrows.
Definition: Fl_Counter.H:57
void textfont(Fl_Font s)
Sets the text font to s.
Definition: Fl_Counter.H:106
void lstep(double a)
Sets the increment for the large step buttons.
Definition: Fl_Counter.H:84
void step(double a, double b)
Sets the increments for the normal and large step buttons.
Definition: Fl_Counter.H:90
void textsize(Fl_Fontsize s)
Sets the font size to s.
Definition: Fl_Counter.H:111
Fl_Fontsize textsize() const
Gets the font size.
Definition: Fl_Counter.H:109
double step() const
Returns the increment for normal step buttons.
Definition: Fl_Counter.H:101
Fl_Font textfont() const
Gets the text font.
Definition: Fl_Counter.H:104
void textcolor(Fl_Color s)
Sets the font color to s.
Definition: Fl_Counter.H:116
void step(double a)
Sets the increment for the normal step buttons.
Definition: Fl_Counter.H:96
Fl_Color textcolor() const
Gets the font color.
Definition: Fl_Counter.H:114
The Fl_Valuator class controls a single floating-point value and provides a consistent interface to s...
Definition: Fl_Valuator.H:55
double step() const
Gets or sets the step value.
Definition: Fl_Valuator.H:127
unsigned char uchar
unsigned char
Definition: fl_types.h:39