Fl_Radio_Button Class Reference
List of all members.
Public Member Functions |
| Fl_Radio_Button (int X, int Y, int W, int H, const char *L=0) |
| The constructor creates the button using the given position, size, and label.
|
Constructor & Destructor Documentation
Fl_Radio_Button::Fl_Radio_Button |
( |
int |
X, |
|
|
int |
Y, |
|
|
int |
W, |
|
|
int |
H, |
|
|
const char * |
L = 0 | |
|
) |
| | |
The constructor creates the button using the given position, size, and label.
The Button type() is set to FL_RADIO_BUTTON.
- Parameters:
-
[in] | X,Y,W,H | position and size of the widget |
[in] | L | widget label, default is no label |
The documentation for this class was generated from the following files: