aboutsummaryrefslogtreecommitdiff
path: root/src/dw-hdfsee.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r--src/dw-hdfsee.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h
index 8079ee58..c13b3635 100644
--- a/src/dw-hdfsee.h
+++ b/src/dw-hdfsee.h
@@ -32,6 +32,12 @@ typedef struct {
} BoostIntDialog;
+typedef struct {
+ GtkWidget *window;
+ GtkWidget *entry;
+} RingRadiusDialog;
+
+
struct numberswindow {
GtkWidget *window;
GtkWidget *labels[17*17];
@@ -63,6 +69,7 @@ typedef struct {
/* Dialog boxes */
BinningDialog *binning_dialog;
BoostIntDialog *boostint_dialog;
+ RingRadiusDialog *ringradius_dialog;
struct numberswindow *numbers_window;
int width;
@@ -79,6 +86,7 @@ typedef struct {
int use_geom;
int show_rings;
int show_peaks;
+ double ring_radius;
int show_col_scale;
int scale;