GnuCash  2.6.99
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
dialog-account.h File Reference

Dialog for create/edit an account. More...

#include "Account.h"

Go to the source code of this file.

Functions

void gnc_account_renumber_create_dialog (GtkWidget *window, Account *account)
 
Non-Modal
void gnc_ui_edit_account_window (Account *account)
 
void gnc_ui_new_account_window (QofBook *book, Account *parent)
 
void gnc_ui_new_account_with_types (QofBook *book, GList *valid_types)
 
Modal
Accountgnc_ui_new_accounts_from_name_window (const char *name)
 
Accountgnc_ui_new_accounts_from_name_window_with_types (const char *name, GList *valid_types)
 
Accountgnc_ui_new_accounts_from_name_with_defaults (const char *name, GList *valid_types, const gnc_commodity *default_commodity, Account *parent)
 
void gnc_ui_register_account_destroy_callback (void(*cb)(Account *))
 

Detailed Description

Dialog for create/edit an account.

This file contains the functions to present a gui to the user for creating a new account or editing an existing account.

Author
Copyright (C) 1997 Robin D. Clark
Copyright (C) 2000 Dave Peticolas

Definition in file dialog-account.h.