|
GnuCash c935c2f+
|
Data Fields | |
| GtkWidget * | dialog |
| GtkWidget * | payment_warning |
| GtkWidget * | conflict_message |
| GtkWidget * | ok_button |
| GtkWidget * | num_entry |
| GtkWidget * | memo_entry |
| GtkWidget * | post_combo |
| GtkWidget * | owner_box |
| GtkWidget * | owner_type_combo |
| GtkWidget * | owner_choice |
| GtkWidget * | amount_debit_edit |
| GtkWidget * | amount_credit_edit |
| GtkWidget * | amount_payment_box |
| GtkWidget * | amount_refund_box |
| GtkWidget * | date_edit |
| GtkWidget * | acct_tree |
| GtkWidget * | docs_list_tree_view |
| GtkWidget * | commodity_label |
| GtkWidget * | print_check |
| gint | component_id |
| QofBook * | book |
| GncOwner | owner |
| GncOwnerType | owner_type |
| Account * | post_acct |
| Account * | xfer_acct |
| gnc_numeric | amount_tot |
| GList * | acct_types |
| GList * | acct_commodities |
| InitialPaymentInfo * | tx_info |
| gboolean | print_check_state |
Definition at line 84 of file dialog-payment.c.
| GList* PaymentWindow::acct_commodities |
Definition at line 115 of file dialog-payment.c.
| GtkWidget* PaymentWindow::acct_tree |
Definition at line 102 of file dialog-payment.c.
| GList* PaymentWindow::acct_types |
Definition at line 114 of file dialog-payment.c.
| GtkWidget* PaymentWindow::amount_credit_edit |
Definition at line 98 of file dialog-payment.c.
| GtkWidget* PaymentWindow::amount_debit_edit |
Definition at line 97 of file dialog-payment.c.
| GtkWidget* PaymentWindow::amount_payment_box |
Definition at line 99 of file dialog-payment.c.
| GtkWidget* PaymentWindow::amount_refund_box |
Definition at line 100 of file dialog-payment.c.
| gnc_numeric PaymentWindow::amount_tot |
Definition at line 113 of file dialog-payment.c.
| QofBook* PaymentWindow::book |
Definition at line 108 of file dialog-payment.c.
| GtkWidget* PaymentWindow::commodity_label |
Definition at line 104 of file dialog-payment.c.
| gint PaymentWindow::component_id |
Definition at line 107 of file dialog-payment.c.
| GtkWidget* PaymentWindow::conflict_message |
Definition at line 89 of file dialog-payment.c.
| GtkWidget* PaymentWindow::date_edit |
Definition at line 101 of file dialog-payment.c.
| GtkWidget* PaymentWindow::dialog |
Definition at line 86 of file dialog-payment.c.
| GtkWidget* PaymentWindow::docs_list_tree_view |
Definition at line 103 of file dialog-payment.c.
| GtkWidget* PaymentWindow::memo_entry |
Definition at line 92 of file dialog-payment.c.
| GtkWidget* PaymentWindow::num_entry |
Definition at line 91 of file dialog-payment.c.
| GtkWidget* PaymentWindow::ok_button |
Definition at line 90 of file dialog-payment.c.
| GncOwner PaymentWindow::owner |
Definition at line 109 of file dialog-payment.c.
| GtkWidget* PaymentWindow::owner_box |
Definition at line 94 of file dialog-payment.c.
| GtkWidget* PaymentWindow::owner_choice |
Definition at line 96 of file dialog-payment.c.
| GncOwnerType PaymentWindow::owner_type |
Definition at line 110 of file dialog-payment.c.
| GtkWidget* PaymentWindow::owner_type_combo |
Definition at line 95 of file dialog-payment.c.
| GtkWidget* PaymentWindow::payment_warning |
Definition at line 88 of file dialog-payment.c.
| Account* PaymentWindow::post_acct |
Definition at line 111 of file dialog-payment.c.
| GtkWidget* PaymentWindow::post_combo |
Definition at line 93 of file dialog-payment.c.
| GtkWidget* PaymentWindow::print_check |
Definition at line 105 of file dialog-payment.c.
| gboolean PaymentWindow::print_check_state |
Definition at line 118 of file dialog-payment.c.
| InitialPaymentInfo* PaymentWindow::tx_info |
Definition at line 117 of file dialog-payment.c.
| Account* PaymentWindow::xfer_acct |
Definition at line 112 of file dialog-payment.c.