GnuCash
5.6-150-g038405b370+
|
Go to the source code of this file.
Data Structures | |
struct | CheckboxCell |
The CheckboxCell object implements a cell handler that will toggle between yes and no values when clicked upon by the mouse. More... | |
Functions | |
BasicCell * | gnc_checkbox_cell_new (void) |
void | gnc_checkbox_cell_set_flag (CheckboxCell *cell, gboolean flag) |
gboolean | gnc_checkbox_cell_get_flag (CheckboxCell *cell) |
const char * | gnc_checkbox_cell_get_string (gboolean flag) |