From a480e87e9bef81b2f27970b0dae8566d28bc8e9b Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 2 Sep 2020 15:41:39 +0200 Subject: Add a drop-down list of results --- src/gui_project.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui_project.h') diff --git a/src/gui_project.h b/src/gui_project.h index 458ff547..798d0283 100644 --- a/src/gui_project.h +++ b/src/gui_project.h @@ -154,6 +154,7 @@ struct crystfelproject { GtkWidget *report; /* Text view at the bottom for messages */ GtkWidget *main_vbox; GtkWidget *image_info; + GtkWidget *results_combo; int unsaved; -- cgit v1.2.3