Converted roc-dialog to a PsppireDialogAction object
[pspp-builds.git] / src / ui / gui / widgets.c
index 9a634f73f333d005425f630d4283ea946ef587f3..9d97dd3e678fdb97ed2590afc6b80891499630b5 100644 (file)
 #include "psppire-var-view.h"
 #include "psppire-val-chooser.h"
 
+#include "psppire-dialog-action-correlation.h"
+#include "psppire-dialog-action-descriptives.h"
+#include "psppire-dialog-action-kmeans.h"
+#include "psppire-dialog-action-roc.h"
+#include "psppire-dialog-action-var-info.h"
+
 
 /* Any custom widgets which are to be used in GtkBuilder ui files
    need to be preregistered, otherwise GtkBuilder refuses to 
@@ -29,4 +35,10 @@ preregister_widgets (void)
   psppire_acr_get_type ();
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
+
+  psppire_dialog_action_correlation_get_type ();
+  psppire_dialog_action_descriptives_get_type ();
+  psppire_dialog_action_kmeans_get_type ();
+  psppire_dialog_action_var_info_get_type ();
+  psppire_dialog_action_roc_get_type ();
 }