Widget Set Home Page Widget Set Documentation Download Widget Set ESP Home Page FLTK Home Page

class CheckButton


Class Hierarchy

Include Files

Description

The CheckButton widget provides a better looking check or radio button. It is otherwise identical to the Fl_Check_Button widget.

Methods

CheckButton(int xx, int yy, int ww, int hh, const char *l = 0)

The constructor creates the CheckButton widget at the specified position and size.

~CheckButton()

The destructor destroys the widget and frees all memory that has been allocated.