25#ifndef GNC_REPORT_COMBO_H
26#define GNC_REPORT_COMBO_H
33#define GNC_TYPE_REPORT_COMBO (gnc_report_combo_get_type())
34G_DECLARE_FINAL_TYPE (GncReportCombo, gnc_report_combo, GNC, REPORT_COMBO, GtkBox)
49GtkWidget *gnc_report_combo_new (GSList *report_list);
57void gnc_report_combo_refresh (GncReportCombo *grc, GSList *report_list);
67void gnc_report_combo_set_active (GncReportCombo *grc,
68 const char* active_report_guid,
69 const char* active_report_name);
77gchar * gnc_report_combo_get_active_guid (GncReportCombo *grc);
85gchar * gnc_report_combo_get_active_name (GncReportCombo *grc);
93void gnc_report_combo_set_active_guid_name (GncReportCombo *grc,
94 const gchar *guid_name);
103gchar * gnc_report_combo_get_active_guid_name (GncReportCombo *grc);
111gboolean gnc_report_combo_is_warning_visible_for_active (GncReportCombo *grc);