#include <Fl_Radio_Buttons.h>
Inheritance diagram for Fl_Radio_Buttons:

Public Methods | |
| Fl_Radio_Buttons (int x, int y, int w, int h, const char *label=0) | |
| The traditional constructor creates the radio buttons group using the position, size, and label. | |
| Fl_Radio_Buttons (const char *l=0, int layout_size=30, Fl_Align layout_al=FL_ALIGN_TOP, int label_w=100) | |
| The new style constructor creates the radio buttons group using the label, size, alignment, and label_width. | |
Definition at line 10 of file Fl_Radio_Buttons.h.
1.2.15