FLTK 1.3.2
|
A button with an "checkmark" to show its status. More...
#include <Fl_Check_Button.H>
Public Member Functions | |
Fl_Check_Button (int X, int Y, int W, int H, const char *L=0) | |
Creates a new Fl_Check_Button widget using the given position, size and label string. |
A button with an "checkmark" to show its status.
The Fl_Check_Button subclass displays its "ON" state by showing a "checkmark" rather than drawing itself pushed in.
Refactor Fl_Check_Button doxygen comments (add color() info etc?)
Generate Fl_Check_Button.gif with visible checkmark.
Fl_Check_Button::Fl_Check_Button | ( | int | X, |
int | Y, | ||
int | W, | ||
int | H, | ||
const char * | L = 0 |
||
) |
Creates a new Fl_Check_Button widget using the given position, size and label string.
[in] | X,Y,W,H | position and size of the widget |
[in] | L | widget label, default is no label |