PsppireDataStore (myreversefunc): Insert variables if attempting to access variable...
[pspp] / src / ui / gui / psppire-dialog-action-frequencies.h
index ea801581ad6b4901749b2cfbf1cad376159ba33d..9f6c122e4d647cc62fcc92c5fd1ffd05207f8a95 100644 (file)
@@ -100,7 +100,7 @@ struct _PsppireDialogActionFrequencies
   GtkWidget * avalue;
   GtkWidget * dvalue;
   GtkWidget * afreq;
-  GtkWidget * dfreq;  
+  GtkWidget * dfreq;
 
   GtkWidget *tables_dialog;
 
@@ -126,6 +126,7 @@ struct _PsppireDialogActionFrequencies
   gboolean charts_opts_draw_pie;
   gboolean charts_opts_pie_include_missing;
 
+  gboolean charts_opts_draw_bar;
 
   enum frq_scale charts_opts_scale;
 
@@ -134,6 +135,8 @@ struct _PsppireDialogActionFrequencies
   GtkWidget *pie;
   GtkWidget *pie_include_missing;
 
+  GtkWidget *bar;
+
   GtkWidget *charts_dialog;
 };