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