#include <gnome.h>
#include "Transaction.h"
Typedefs | |
| typedef _generic_transaction_info | GNCGenTransaction |
Functions | |
| GNCGenTransaction * | gnc_gen_trans_new (GtkWidget *parent, const gchar *heading) |
| void | gnc_gen_trans_delete (GNCGenTransaction *info) |
| void | gnc_gen_trans_add_trans (GNCGenTransaction *gui, Transaction *trans) |
| gboolean | gnc_gen_trans_run (GNCGenTransaction *info) |
| void | gnc_gen_trans_freeze (GNCGenTransaction *gui) |
| void | gnc_gen_trans_thaw (GNCGenTransaction *gui) |
| void | gnc_gen_trans_set_fuzzy_amount (GNCGenTransaction *info, double fuzzy_amount) |
| double | gnc_gen_trans_get_fuzzy_amount (const GNCGenTransaction *info) |
|
|
Deletes the given object. |
|
|
Freeze the underlying GtkCList. Do this before you add a lot of transactions. |
|
|
Return the allowed amount range for fuzzy amount matching. |
|
||||||||||||
|
Create a new generic transaction dialog window and return it.
|
|
|
Run this dialog and return only after the user pressed Ok, Cancel, or closed the window. This means that all actual importing will have been finished upon returning. |
|
||||||||||||
|
Set the allowed amount range for fuzzy amount matching. |
|
|
Thaw the underlying GtkCList. Do this after you added a lot of transactions. |
1.2.14 written by Dimitri van Heesch,
© 1997-2002