#include <Flu_Toggle_Group.h>
Public Member Functions | |
Flu_Toggle_Group (int x, int y, int w, int h, const char *l=0) | |
Default FLTK constructor. | |
void | activate () |
Activate the group. | |
void | deactivate () |
Deactivate the group. | |
int | active () const |
Get the activation state of this group. | |
void | value (int v) |
Set the activation state of this group. 0 deactivates the group, anything else activates it. | |
int | value () const |
Get the activation state of this group. | |
void | draw () |
Override of Fl_Group::draw(). | |
Protected Member Functions | |
void | toggleCB () |
Static Protected Member Functions | |
void | _toggleCB (Fl_Widget *w, void *arg) |
Protected Attributes | |
Fl_Check_Button * | chkBtn |