Name
class Fl_Return_Button -- return button widget
Class Hierarchy
Fl_Button
|
+----Fl_Return_Button
Include Files
#include <FL/Fl_Return_Button.H>
Description
The Fl_Return_Button is a subclass
of Fl_Button that
generates a callback when it is pressed or when the user presses the
Enter key. A carriage-return symbol is drawn next to the button label.
Methods
Fl_Return_Button::Fl_Return_Button(int x, int y, int w, int h, const char *label = 0)
Creates a new Fl_Return_Button widget using the given
position, size, and label string. The default boxtype is FL_UP_BOX.
virtual Fl_Return_Button::~Fl_Return_Button()
Deletes the button.