Home
last modified time | relevance | path

Searched refs:price_edit (Results 1 – 4 of 4) sorted by relevance

/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Ddialog-price-editor.c72 GtkWidget * price_edit; member
194 gnc_amount_edit_set_print_info (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), print_info); in price_to_gui()
195 gnc_amount_edit_set_fraction (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), 0); in price_to_gui()
197 gnc_amount_edit_set_amount (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), value); in price_to_gui()
284 gnc_amount_edit_set_print_info (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), print_info); in gui_to_price()
285 gnc_amount_edit_set_fraction (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), 0); in gui_to_price()
287 if (!gnc_amount_edit_evaluate (GNC_AMOUNT_EDIT (pedit_dialog->price_edit), NULL)) in gui_to_price()
291 (GNC_AMOUNT_EDIT (pedit_dialog->price_edit)); in gui_to_price()
532 pedit_dialog->price_edit = w; in gnc_price_pedit_dialog_create()
H A Dassistant-stock-split.c71 GtkWidget * price_edit; member
292 gnc_amount_edit_set_print_info (GNC_AMOUNT_EDIT (info->price_edit), print_info); in gnc_stock_split_assistant_details_complete()
293 gnc_amount_edit_set_fraction (GNC_AMOUNT_EDIT (info->price_edit), 0); in gnc_stock_split_assistant_details_complete()
295 result = gnc_amount_edit_expr_is_valid (GNC_AMOUNT_EDIT(info->price_edit), in gnc_stock_split_assistant_details_complete()
393 amount = gnc_amount_edit_get_amount (GNC_AMOUNT_EDIT (info->price_edit)); in gnc_stock_split_assistant_finish()
643 info->price_edit = amount; in gnc_stock_split_assistant_create()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome-utils/
H A Ddialog-transfer.c110 GtkWidget *price_edit; member
387 (GNC_AMOUNT_EDIT(xferData->price_edit))); in gnc_xfer_dialog_set_price_auto()
435 gtk_widget_set_sensitive(xferData->price_edit, in gnc_xfer_dialog_curr_acct_activate()
1009 GNCAmountEdit *amount_edit, *price_edit, *to_amount_edit; in gnc_xfer_update_to_amount() local
1020 price_edit = GNC_AMOUNT_EDIT(xferData->price_edit); in gnc_xfer_update_to_amount()
1034 if (!gnc_amount_edit_evaluate(price_edit, NULL) || in gnc_xfer_update_to_amount()
1084 gnc_amount_edit_set_amount(GNC_AMOUNT_EDIT(xferData->price_edit), in gnc_xfer_to_amount_update_cb()
1281 gae = GNC_AMOUNT_EDIT (xferData->price_edit); in gnc_xfer_dialog_is_exchange_dialog()
1419 gnc_amount_edit_set_amount (GNC_AMOUNT_EDIT (xferData->price_edit), in gnc_xfer_dialog_set_price_edit()
1758 gnc_amount_edit_set_amount(GNC_AMOUNT_EDIT(xferData->price_edit), in gnc_xfer_dialog_response_cb()
[all …]
/dports/finance/gnucash/gnucash-4.9/
H A DChangeLog.2015415 * In the transfer dialog use the price_edit value for the saved price.
807 * In the transfer dialog use the price_edit value for the saved price.