GnuCash
5.6-150-g038405b370+
|
Go to the source code of this file.
Data Structures | |
struct | QuickFillCell |
The QuickFillCell implements a text cell with quick-fill capabilities. More... | |
Functions | |
BasicCell * | gnc_quickfill_cell_new (void) |
void | gnc_quickfill_cell_set_value (QuickFillCell *cell, const char *value) |
sets the current cell value to the indicated string, simultaneously adding the string to the quick-fill tree. | |
void | gnc_quickfill_cell_set_sort (QuickFillCell *cell, QuickFillSort sort) |
void | gnc_quickfill_cell_add_completion (QuickFillCell *cell, const char *completion) |
void | gnc_quickfill_cell_use_quickfill_cache (QuickFillCell *cell, QuickFill *shared_qf) |
Lets the cell use the given shared quickfill object instead of the one it owns internally. More... | |