GnuCash
5.6-150-g038405b370+
|
Data Structures | |
class | GncOptionsDialog |
Typedefs | |
typedef void(* | GncOptionsDialogCallback) (GncOptionsDialog *, void *data) |
Functions | |
void | gnc_business_options_gnome_initialize (void) |
Set up the business and counters pages in the File Preferences dialog. | |
void | gnc_options_dialog_set_new_book_option_values (GncOptionDB *odb) |
Set the initial values of new book options to values specified in user preferences. More... | |
void gnc_options_dialog_set_new_book_option_values | ( | GncOptionDB * | odb | ) |
Set the initial values of new book options to values specified in user preferences.
Nothing to do with GncOptionsDialog, but it depends on Gtk and s used in both assistant-hierarchy and gnc-main-window.
odb | The book's options database. |
Definition at line 693 of file dialog-options.cpp.