33 #ifndef CHECKBOX_CELL_H 34 #define CHECKBOX_CELL_H 48 BasicCell * gnc_checkbox_cell_new (
void);
50 void gnc_checkbox_cell_set_flag (
CheckboxCell *cell, gboolean flag);
51 gboolean gnc_checkbox_cell_get_flag (
CheckboxCell *cell);
52 const 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...