Convert to utf8 in data_out function.
[pspp-builds.git] / src / ui / gui / missing-val-dialog.h
index b7fab934aed838fe762bed1f3659bb4ced1690fa..bbf36f26bf2d8de811f759441eaa2c1f3d3117d6 100644 (file)
@@ -22,7 +22,6 @@
 
 
 #include <gtk/gtk.h>
-#include <glade/glade.h>
 
 #include <data/missing-values.h>
 
@@ -33,6 +32,9 @@ struct missing_val_dialog
   /* The variable whose missing values are to be updated */
   struct variable *pv;
 
+  /* The dictionary to which that value belongs */
+  const struct dictionary *dict;
+
   /* local copy */
   struct missing_values mvl;
 
@@ -48,7 +50,7 @@ struct missing_val_dialog
   GtkWidget *discrete;
 };
 
-struct missing_val_dialog * missing_val_dialog_create (GladeXML *xml);
+struct missing_val_dialog * missing_val_dialog_create (GtkWindow *toplevel);
 
 void missing_val_dialog_show (struct missing_val_dialog *dialog);