#include <Flu_Choice_Group.h>
Public Member Functions | |
Flu_Choice_Group (int x, int y, int w, int h, const char *l=0) | |
Default FLTK constructor. | |
Fl_Widget * | wvalue () |
Get the currently visible child Fl_Group widget. | |
int | value () |
Get the index of the currently visible child Fl_Group widget. | |
int | value (Fl_Widget *newvalue) |
Set the currently visible child Fl_Group widget. | |
void | value (int v) |
Set the currently visible child Fl_Group widget. | |
void | draw () |
Override of Fl_Group::draw(). | |
int | size () |
the number of entries able to be selected with value(int) | |
Protected Member Functions | |
void | choiceCB () |
Static Protected Member Functions | |
void | _choiceCB (Fl_Widget *w, void *arg) |
Protected Attributes | |
Fl_Choice * | choice |
Fl_Widget * | selected |
|
Set the currently visible child Fl_Group widget.
|
|
Get the index of the currently visible child Fl_Group widget.
|
|
Get the currently visible child Fl_Group widget.
|