class Fl_Repeat_Button : public Fl_Button
A repeat button generates a callback when it is pressed, and then
repeatedly generates callbacks as long as it is held down. The
repeat rate is controlled by the source code.
Forms called this a "touch" button.
Fl_Repeat_Button(int x,int y,int w,int h,const char *l);
Constructor.