|
GnuCash c935c2f+
|
The CheckboxCell object implements a cell handler that will toggle between yes and no values when clicked upon by the mouse. More...
#include <checkboxcell.h>
Data Fields | |
| BasicCell | cell |
| gboolean | flag |
The CheckboxCell object implements a cell handler that will toggle between yes and no values when clicked upon by the mouse.
HISTORY: Copyright (c) 2002 Derek Atkins
Definition at line 40 of file checkboxcell.h.
| BasicCell CheckboxCell::cell |
Definition at line 42 of file checkboxcell.h.
| gboolean CheckboxCell::flag |
Definition at line 44 of file checkboxcell.h.