Add PsppireValueEntry to the list of pre-declared widgets
[pspp] / src / ui / gui / widgets.c
index d131b6469f7c8abad637b2eb13b9d5155e955394..8c64f524bde3e108264d8e6019d8514d31b23046 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "psppire-dialog-action-correlation.h"
 #include "psppire-dialog-action-descriptives.h"
+#include "psppire-dialog-action-examine.h"
 #include "psppire-dialog-action-kmeans.h"
 #include "psppire-dialog-action-means.h"
 #include "psppire-means-layer.h"
@@ -22,6 +23,7 @@
 #include "psppire-dialog-action-roc.h"
 #include "psppire-dialog-action-sort.h"
 #include "psppire-dialog-action-var-info.h"
+#include "psppire-value-entry.h"
 
 
 /* Any custom widgets which are to be used in GtkBuilder ui files
@@ -39,9 +41,11 @@ preregister_widgets (void)
   psppire_acr_get_type ();
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
+  psppire_value_entry_get_type ();
 
   psppire_dialog_action_correlation_get_type ();
   psppire_dialog_action_descriptives_get_type ();
+  psppire_dialog_action_examine_get_type ();
   psppire_dialog_action_kmeans_get_type ();
   psppire_dialog_action_means_get_type ();
   psppire_means_layer_get_type ();