This file contains the functions to present a gui to the user for creating a new account or editing an existing account.
Copyright (C) 2000 Dave Peticolas
Definition in file dialog-account.h.
#include "config.h"
#include "Account.h"
#include "Group.h"
Go to the source code of this file.
Non-Modal | |
| void | gnc_ui_edit_account_window (Account *account) |
| void | gnc_ui_new_account_window (AccountGroup *group) |
| void | gnc_ui_new_account_window_with_default (AccountGroup *group, Account *parent) |
| void | gnc_ui_new_account_with_types (AccountGroup *unused, GList *valid_types) |
Modal | |
| Account * | gnc_ui_new_accounts_from_name_window (const char *name) |
| Account * | gnc_ui_new_accounts_from_name_window_with_types (const char *name, GList *valid_types) |
| Account * | gnc_ui_new_accounts_from_name_with_defaults (const char *name, GList *valid_types, gnc_commodity *default_commodity, Account *parent) |
| void | gnc_ui_register_account_destroy_callback (void(*cb)(Account *)) |
1.4.3-20050530