diff options
author | Valerio Mariani <valerio.mariani@desy.de> | 2015-02-13 17:15:29 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-02-16 15:16:07 +0100 |
commit | 41baa14f48de7a0fc0766ccdcbd71f2d3869b0b7 (patch) | |
tree | dd71d12cf7766dc49411acf0b0d9655e9b8280ce /src/dw-hdfsee.h | |
parent | 8e869cca52f5fabd9cd6c3e27b5ce1119d8c19cd (diff) |
Event navigation and improved menu bar in hdfsee
Diffstat (limited to 'src/dw-hdfsee.h')
-rw-r--r-- | src/dw-hdfsee.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/dw-hdfsee.h b/src/dw-hdfsee.h index 81108213..9bb849a1 100644 --- a/src/dw-hdfsee.h +++ b/src/dw-hdfsee.h @@ -59,6 +59,12 @@ typedef struct { } RingRadiusDialog; +typedef struct { + GtkWidget *window; + GtkWidget *entry; +} EventDialog; + + struct numberswindow { GtkWidget *window; GtkWidget *labels[17*17]; @@ -83,6 +89,9 @@ typedef struct { GtkWidget *scrollarea; GtkUIManager *ui; GtkActionGroup *action_group; + GtkActionGroup *calibration_action_group; + GtkActionGroup *events_action_group; + int n_pixbufs; GdkPixbuf **pixbufs; gulong motion_callback; @@ -102,6 +111,7 @@ typedef struct { BinningDialog *binning_dialog; BoostIntDialog *boostint_dialog; RingRadiusDialog *ringradius_dialog; + EventDialog *event_dialog; struct numberswindow *numbers_window; int width; |