|
GnuCash c935c2f+
|
Data Fields | |
| const gnc_commodity * | commodity |
| guint8 | max_decimal_places |
| guint8 | min_decimal_places |
| unsigned int | use_separators: 1 |
| unsigned int | use_symbol: 1 |
| unsigned int | use_locale: 1 |
| unsigned int | monetary: 1 |
| unsigned int | force_fit: 1 |
| unsigned int | round: 1 |
Definition at line 252 of file gnc-ui-util.h.
| const gnc_commodity* GNCPrintAmountInfo::commodity |
Definition at line 254 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::force_fit |
Definition at line 263 of file gnc-ui-util.h.
| guint8 GNCPrintAmountInfo::max_decimal_places |
Definition at line 256 of file gnc-ui-util.h.
| guint8 GNCPrintAmountInfo::min_decimal_places |
Definition at line 257 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::monetary |
Definition at line 262 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::round |
Definition at line 264 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::use_locale |
Definition at line 261 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::use_separators |
Definition at line 259 of file gnc-ui-util.h.
| unsigned int GNCPrintAmountInfo::use_symbol |
Definition at line 260 of file gnc-ui-util.h.