|
GnuCash
2.6.99
|
QuickFill is used to auto-complete typed user entries. More...
#include <glib.h>Go to the source code of this file.
Typedefs | |
| typedef struct _QuickFill | QuickFill |
Enumerations | |
| enum | QuickFillSort { QUICKFILL_LIFO, QUICKFILL_ALPHA } |
Functions | |
| QuickFill * | gnc_quickfill_new (void) |
| void | gnc_quickfill_destroy (QuickFill *qf) |
| void | gnc_quickfill_purge (QuickFill *qf) |
| const char * | gnc_quickfill_string (QuickFill *qf) |
| QuickFill * | gnc_quickfill_get_char_match (QuickFill *qf, gunichar c) |
| QuickFill * | gnc_quickfill_get_string_match (QuickFill *qf, const char *str) |
| QuickFill * | gnc_quickfill_get_string_len_match (QuickFill *qf, const char *str, int len) |
| QuickFill * | gnc_quickfill_get_unique_len_match (QuickFill *qf, int *len) |
| void | gnc_quickfill_insert (QuickFill *root, const char *text, QuickFillSort sort_code) |
| void | gnc_quickfill_remove (QuickFill *root, const gchar *text, QuickFillSort sort_code) |
QuickFill is used to auto-complete typed user entries.
Definition in file QuickFill.h.
1.8.6