Public Member Functions | |
Fl_Radio_Round_Button (int X, int Y, int W, int H, const char *L=0) | |
Creates a new Fl_Radio_Button widget using the given position, size, and label string. |
Fl_Radio_Round_Button::Fl_Radio_Round_Button | ( | int | X, | |
int | Y, | |||
int | W, | |||
int | H, | |||
const char * | L = 0 | |||
) |
Creates a new Fl_Radio_Button widget using the given position, size, and label string.
The button type() is set to FL_RADIO_BUTTON.
[in] | X,Y,W,H | position and size of the widget |
[in] | L | widget label, default is no label |