|
GnuCash c935c2f+
|
C++ wrapper for GncAmountEdit, see gnucash/gnome-utils/gnc-amount-edit.h. More...
Public Member Functions | |
| GncAmountEdit (GtkBuilder *builder, gnc_commodity *commodity) | |
| void | attach (GtkBuilder *builder, const char *table_id, const char *label_ID, int row) |
| GtkWidget * | widget () |
| gnc_numeric | get () |
| void | connect (GCallback cb, gpointer data) |
| void | set_owner (gpointer obj) |
C++ wrapper for GncAmountEdit, see gnucash/gnome-utils/gnc-amount-edit.h.
Definition at line 1560 of file assistant-stock-transaction.cpp.
| GncAmountEdit::GncAmountEdit | ( | GtkBuilder * | builder, |
| gnc_commodity * | commodity | ||
| ) |
Definition at line 1585 of file assistant-stock-transaction.cpp.
| void GncAmountEdit::attach | ( | GtkBuilder * | builder, |
| const char * | table_id, | ||
| const char * | label_ID, | ||
| int | row | ||
| ) |
Definition at line 1595 of file assistant-stock-transaction.cpp.
| void GncAmountEdit::connect | ( | GCallback | cb, |
| gpointer | data | ||
| ) |
Definition at line 1615 of file assistant-stock-transaction.cpp.
| gnc_numeric GncAmountEdit::get | ( | ) |
Definition at line 1606 of file assistant-stock-transaction.cpp.
| void GncAmountEdit::set_owner | ( | gpointer | obj | ) |
Definition at line 1621 of file assistant-stock-transaction.cpp.
|
inline |
Definition at line 1567 of file assistant-stock-transaction.cpp.