aboutsummaryrefslogtreecommitdiff
path: root/src/gui_index.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-08-13 15:33:04 +0200
committerThomas White <taw@physics.org>2020-08-13 16:38:20 +0200
commit4bdd170078ad5eaa930d71bc1ccbf735aebf731b (patch)
tree49c19d3290946f1c90132466bb6851e3e0061693 /src/gui_index.h
parent8a4d8431d70785d3c016cec5ce1e4ac3b6a9dfd4 (diff)
GUI: Sketch out indexing options etc
Diffstat (limited to 'src/gui_index.h')
-rw-r--r--src/gui_index.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/gui_index.h b/src/gui_index.h
index de228725..474e7c0b 100644
--- a/src/gui_index.h
+++ b/src/gui_index.h
@@ -33,7 +33,12 @@
#include "crystfel_gui.h"
-extern gint unitcell_sig(GtkWidget *widget,
- struct crystfelproject *proj);
+extern gint index_one_sig(GtkWidget *widget,
+ struct crystfelproject *proj);
+
+extern gint index_all_sig(GtkWidget *widget,
+ struct crystfelproject *proj);
+
+extern void cell_explorer_sig(struct crystfelproject *proj);
#endif