40 #ifndef QUICKFILL_CELL_H 41 #define QUICKFILL_CELL_H 56 BasicCell * gnc_quickfill_cell_new (
void);
68 const char *completion);
The QuickFillCell implements a text cell with quick-fill capabilities.
gboolean use_quickfill_cache
original string entered in original case
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-fi...
QuickFillSort sort
quickfill-tree handled by this cell
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.
char * original
determines order of strings matched.
QuickFill is used to auto-complete typed user entries.