aboutsummaryrefslogtreecommitdiff
path: root/src/gui_project.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-09-02 15:41:39 +0200
committerThomas White <taw@physics.org>2020-09-02 15:41:39 +0200
commita480e87e9bef81b2f27970b0dae8566d28bc8e9b (patch)
tree8d845e562d5927b1d5809912cfd7e6a2b53f882c /src/gui_project.h
parent7ced186f57f39e0edfa245408bc22c348108367e (diff)
Add a drop-down list of results
Diffstat (limited to 'src/gui_project.h')
-rw-r--r--src/gui_project.h1
1 files changed, 1 insertions, 0 deletions
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;