From 7a5bb5f6a676058e8739314ef9086803c988baf0 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 30 Jun 2011 16:18:34 +0200 Subject: hdfsee: Allow configuration of the ring radius --- src/dw-hdfsee.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/dw-hdfsee.h') 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; -- cgit v1.2.3