|
GnuCash c935c2f+
|
The RecnCell object implements a cell handler that will cycle through a series of single-character values when clicked upon by the mouse. More...
#include <recncell.h>
Data Fields | |
| BasicCell | cell |
| char | flag |
| char * | valid_flags |
| The actual flag value. | |
| char * | flag_order |
| The list of valid flags. | |
| char | default_flag |
| Automatic flag selection order. | |
| RecnCellStringGetter | get_string |
| Default flag for unknown user input. | |
| RecnCellConfirm | confirm_cb |
| gpointer | confirm_data |
| gboolean | read_only |
The RecnCell object implements a cell handler that will cycle through a series of single-character values when clicked upon by the mouse.
Definition at line 47 of file recncell.h.
| BasicCell RecnCell::cell |
Definition at line 49 of file recncell.h.
| RecnCellConfirm RecnCell::confirm_cb |
Definition at line 58 of file recncell.h.
| gpointer RecnCell::confirm_data |
Definition at line 59 of file recncell.h.
| char RecnCell::default_flag |
Automatic flag selection order.
Definition at line 55 of file recncell.h.
| char RecnCell::flag |
Definition at line 51 of file recncell.h.
| char* RecnCell::flag_order |
The list of valid flags.
Definition at line 54 of file recncell.h.
| RecnCellStringGetter RecnCell::get_string |
Default flag for unknown user input.
Definition at line 57 of file recncell.h.
| gboolean RecnCell::read_only |
Definition at line 60 of file recncell.h.
| char* RecnCell::valid_flags |
The actual flag value.
Definition at line 53 of file recncell.h.