|
GnuCash c935c2f+
|
Data Fields | |
| GtkWidget * | window |
| GtkButton * | delete_button |
| GtkButton * | scrub_lot_button |
| GtkButton * | new_lot_button |
| GtkTreeView * | lot_view |
| GtkListStore * | lot_store |
| GtkTextView * | lot_notes |
| GtkEntry * | title_entry |
| GtkTreeView * | split_in_lot_view |
| GtkListStore * | split_in_lot_store |
| GtkTreeView * | split_free_view |
| GtkListStore * | split_free_store |
| GtkWidget * | split_hpaned |
| GtkButton * | add_split_to_lot_button |
| GtkButton * | remove_split_from_lot_button |
| GtkToggleButton * | only_show_open_lots_checkbutton |
| GtkToggleButton * | show_adjusted_amounts_checkbutton |
| Account * | account |
| GNCLot * | selected_lot |
| gint | component_id |
| GncGUID | account_id |
Definition at line 100 of file dialog-lot-viewer.c.
| Account* GNCLotViewer::account |
Definition at line 123 of file dialog-lot-viewer.c.
| GncGUID GNCLotViewer::account_id |
Definition at line 126 of file dialog-lot-viewer.c.
| GtkButton* GNCLotViewer::add_split_to_lot_button |
Definition at line 118 of file dialog-lot-viewer.c.
| gint GNCLotViewer::component_id |
Definition at line 125 of file dialog-lot-viewer.c.
| GtkButton* GNCLotViewer::delete_button |
Definition at line 106 of file dialog-lot-viewer.c.
| GtkTextView* GNCLotViewer::lot_notes |
Definition at line 111 of file dialog-lot-viewer.c.
| GtkListStore* GNCLotViewer::lot_store |
Definition at line 110 of file dialog-lot-viewer.c.
| GtkTreeView* GNCLotViewer::lot_view |
Definition at line 109 of file dialog-lot-viewer.c.
| GtkButton* GNCLotViewer::new_lot_button |
Definition at line 108 of file dialog-lot-viewer.c.
| GtkToggleButton* GNCLotViewer::only_show_open_lots_checkbutton |
Definition at line 120 of file dialog-lot-viewer.c.
| GtkButton* GNCLotViewer::remove_split_from_lot_button |
Definition at line 119 of file dialog-lot-viewer.c.
| GtkButton* GNCLotViewer::scrub_lot_button |
Definition at line 107 of file dialog-lot-viewer.c.
| GNCLot* GNCLotViewer::selected_lot |
Definition at line 124 of file dialog-lot-viewer.c.
| GtkToggleButton* GNCLotViewer::show_adjusted_amounts_checkbutton |
Definition at line 121 of file dialog-lot-viewer.c.
| GtkListStore* GNCLotViewer::split_free_store |
Definition at line 116 of file dialog-lot-viewer.c.
| GtkTreeView* GNCLotViewer::split_free_view |
Definition at line 115 of file dialog-lot-viewer.c.
| GtkWidget* GNCLotViewer::split_hpaned |
Definition at line 117 of file dialog-lot-viewer.c.
| GtkListStore* GNCLotViewer::split_in_lot_store |
Definition at line 114 of file dialog-lot-viewer.c.
| GtkTreeView* GNCLotViewer::split_in_lot_view |
Definition at line 113 of file dialog-lot-viewer.c.
| GtkEntry* GNCLotViewer::title_entry |
Definition at line 112 of file dialog-lot-viewer.c.
| GtkWidget* GNCLotViewer::window |
Definition at line 102 of file dialog-lot-viewer.c.