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