New abstract class PsppireDialogAction
[pspp-builds.git] / src / ui / gui / widgets.c
index a1a55d1453a3816bd1a3bdf68c7b0b833bf3bccc..cedab8c085ee0a7af26a776c534aebdd4b7e7aaf 100644 (file)
 #include "psppire-acr.h"
 #include "psppire-dictview.h"
 #include "psppire-var-view.h"
+#include "psppire-val-chooser.h"
+
+#include "psppire-dialog-action-descriptives.h"
+#include "psppire-dialog-action-var-info.h"
 
 
 /* Any custom widgets which are to be used in GtkBuilder ui files
@@ -19,6 +23,7 @@
 void
 preregister_widgets (void)
 {
+  psppire_val_chooser_get_type ();
   psppire_dialog_get_type ();
   psppire_selector_get_type ();
   psppire_vbutton_box_get_type ();
@@ -27,4 +32,7 @@ preregister_widgets (void)
   psppire_acr_get_type ();
   psppire_dict_view_get_type ();
   psppire_var_view_get_type ();
+
+  psppire_dialog_action_descriptives_get_type ();
+  psppire_dialog_action_var_info_get_type ();
 }