|
GnuCash c935c2f+
|
Data Fields | |
| GtkBox | hbox |
| gboolean | isModal |
| GtkListStore * | store |
| GtkComboBox * | combo |
| GList * | acctTypeFilters |
| GList * | acctCommodityFilters |
| GList * | acctExcludeList |
| gnc_commodity * | default_new_commodity |
| GtkWidget * | newAccountButton |
| GtkTreeRowReference * | saved_account_ref |
| gulong | row_changed_id |
| gulong | row_deleted_id |
| char | sep_key_prefix [BUFLEN] |
| gboolean | hide_placeholder |
| gboolean | hide_hidden |
Definition at line 60 of file gnc-account-sel.c.
| GList* _GNCAccountSel::acctCommodityFilters |
Definition at line 67 of file gnc-account-sel.c.
| GList* _GNCAccountSel::acctExcludeList |
Definition at line 68 of file gnc-account-sel.c.
| GList* _GNCAccountSel::acctTypeFilters |
Definition at line 66 of file gnc-account-sel.c.
| GtkComboBox* _GNCAccountSel::combo |
Definition at line 65 of file gnc-account-sel.c.
| gnc_commodity* _GNCAccountSel::default_new_commodity |
Definition at line 69 of file gnc-account-sel.c.
| GtkBox _GNCAccountSel::hbox |
Definition at line 62 of file gnc-account-sel.c.
| gboolean _GNCAccountSel::hide_hidden |
Definition at line 80 of file gnc-account-sel.c.
| gboolean _GNCAccountSel::hide_placeholder |
Definition at line 79 of file gnc-account-sel.c.
| gboolean _GNCAccountSel::isModal |
Definition at line 63 of file gnc-account-sel.c.
| GtkWidget* _GNCAccountSel::newAccountButton |
Definition at line 73 of file gnc-account-sel.c.
| gulong _GNCAccountSel::row_changed_id |
Definition at line 75 of file gnc-account-sel.c.
| gulong _GNCAccountSel::row_deleted_id |
Definition at line 76 of file gnc-account-sel.c.
| GtkTreeRowReference* _GNCAccountSel::saved_account_ref |
Definition at line 74 of file gnc-account-sel.c.
| char _GNCAccountSel::sep_key_prefix[BUFLEN] |
Definition at line 78 of file gnc-account-sel.c.
| GtkListStore* _GNCAccountSel::store |
Definition at line 64 of file gnc-account-sel.c.