33#ifndef CHECKBOX_CELL_H
34#define CHECKBOX_CELL_H
48BasicCell * gnc_checkbox_cell_new (
void);
50void gnc_checkbox_cell_set_flag (
CheckboxCell *cell, gboolean flag);
52const char* gnc_checkbox_cell_get_string (gboolean flag);
The CheckboxCell object implements a cell handler that will toggle between yes and no values when cli...