Added custom psppire-selector widget.
[pspp-builds.git] / src / ui / gui / weight-cases-dialog.h
index b193fef45eccd0e76930bd8d1a015bedaf007a9a..88a7af733978d61016e3ff5a460f47a844c9417e 100644 (file)
 #ifndef WEIGHT_CASES_DIALOG_H
 #define WEIGHT_CASES_DIALOG_H
 
-#include "psppire-dialog.h"
+#include <glib.h>
+#include <glib-object.h>
+
+/* Pops up the Weight Cases dialog box */
+void weight_cases_dialog (GObject *o, gpointer data);
 
-PsppireDialog * create_weight_dialog (PsppireVarSelect *, GladeXML *);
 
 #endif