23 #ifndef GNC_REPORT_WINDOW_H 24 #define GNC_REPORT_WINDOW_H 31 typedef struct gnc_report_window_s gnc_report_window;
40 GtkWidget * gnc_report_window_default_params_editor(
GncOptionDB* odb, SCM report, GtkWindow *parent);
45 void reportWindow(
int id, GtkWindow *parent);
46 gboolean gnc_report_edit_options(SCM report, GtkWindow *parent);
50 GncOptionDB* gnc_get_report_optiondb(SCM report_instance);
Holds all of the options for a book, report, or stylesheet, organized by GncOptionSections.
C public interface for the Options Database.