class fltk::RepeatButton
Class Hierarchy
fltk::Button
|
+----fltk::RepeatButton
Include Files
#include <fltk/RepeatButton.h>
Description
The fltk::RepeatButton is a subclass of fltk::Button that
generates a callback when it is pressed and then repeatedly generates
callbacks as long as it is held down. The speed of the repeat is fixed
and depends on the implementation.
Methods
Creates a new fltk::RepeatButton widget using the given
position, size, and label string. The default boxtype is fltk::UP_BOX
.
Deletes the button.