Frequencies Piecharts (gui): Emit 'NOMISSING' when appropriate.
[pspp] / src / ui / gui / psppire-val-chooser.h
index 6ef546ee55cc2a5782c0879a916ac38ce04cff6c..0f487a45db1155d4c4dc8c6aaff7061dd1d1bd36 100644 (file)
@@ -43,6 +43,7 @@ typedef struct _PsppireValChooserClass  PsppireValChooserClass;
 
 struct range_widgets
 {
+  GtkLabel *label;
   GtkToggleButton *rb;
   GtkEntry *e1;
   GtkEntry *e2;
@@ -94,7 +95,8 @@ struct old_value
 
 GType old_value_get_type (void);
 
-void old_value_append_syntax (GString *str, const struct old_value *ov);
+struct string;
+void old_value_append_syntax (struct string *str, const struct old_value *ov);
 
 void psppire_val_chooser_get_status (PsppireValChooser *vr, struct old_value *ov);
 void psppire_val_chooser_set_status (PsppireValChooser *vr, const struct old_value *ov);