23#ifndef GNC_REPORT_WINDOW_H
24#define GNC_REPORT_WINDOW_H
31typedef struct gnc_report_window_s gnc_report_window;
40GtkWidget * gnc_report_window_default_params_editor(
GncOptionDB* odb, SCM report, GtkWindow *parent);
45void reportWindow(
int id, GtkWindow *parent);
46gboolean gnc_report_edit_options(SCM report, GtkWindow *parent);
50GncOptionDB* 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.