|
GnuCash
5.6-150-g038405b370+
|
Control for GncEntry ledger. More...
#include <config.h>#include <glib.h>#include <glib/gi18n.h>#include "Account.h"#include "combocell.h"#include "dialog-account.h"#include "dialog-utils.h"#include "gnc-component-manager.h"#include "gnc-prefs.h"#include "gnc-ui.h"#include "gnc-ui-util.h"#include "gnc-gui-query.h"#include "gnc-warnings.h"#include "table-allgui.h"#include "pricecell.h"#include "dialog-tax-table.h"#include "checkboxcell.h"#include "gncEntryLedgerP.h"#include "gncEntryLedgerControl.h"Go to the source code of this file.
Functions | |
| TableControl * | gnc_entry_ledger_control_new (void) |
| void | gnc_entry_ledger_cancel_cursor_changes (GncEntryLedger *ledger) |
| gboolean | gnc_entry_ledger_commit_entry (GncEntryLedger *ledger) |
| This will act just like hitting 'return' to record an entry. | |
| gboolean | gnc_entry_ledger_check_close (GtkWidget *parent, GncEntryLedger *ledger) |
| This will ask the user if they really want to make a change. | |
Control for GncEntry ledger.
Copyright (C) 2001, 2002, 2003 Derek Atkins Author: Derek Atkins warlord@MIT.EDU Copyright (C) 2010 Christian Stimming christian@cstimming.de
Definition in file gncEntryLedgerControl.c.
1.8.14