X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=b61f13247a8410c8e450a3762c1ec3b81f190ebb;hb=2fd4306b04da6c8fc982d81beacc1f2e3573307b;hp=6d07bdfec7250a3c6017fbd48c6a8054ce278ed6;hpb=af81cedbd19fc8a129acf19fb74815ca28c700f1;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 6d07bdfec7..b61f13247a 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -17,6 +17,7 @@ #include "psppire-checkbox-treeview.h" #include "psppire-dialog-action-binomial.h" +#include "psppire-dialog-action-chisquare.h" #include "psppire-dialog-action-correlation.h" #include "psppire-dialog-action-crosstabs.h" #include "psppire-dialog-action-descriptives.h" @@ -25,6 +26,7 @@ #include "psppire-dialog-action-factor.h" #include "psppire-dialog-action-frequencies.h" #include "psppire-dialog-action-indep-samps.h" +#include "psppire-dialog-action-1sks.h" #include "psppire-dialog-action-kmeans.h" #include "psppire-dialog-action-logistic.h" #include "psppire-dialog-action-means.h" @@ -35,6 +37,8 @@ #include "psppire-dialog-action-roc.h" #include "psppire-dialog-action-runs.h" #include "psppire-dialog-action-sort.h" +#include "psppire-dialog-action-tt1s.h" +#include "psppire-dialog-action-univariate.h" #include "psppire-dialog-action-var-info.h" #include "psppire-value-entry.h" @@ -58,7 +62,9 @@ preregister_widgets (void) psppire_value_entry_get_type (); psppire_checkbox_treeview_get_type (); + psppire_dialog_action_1sks_get_type (); psppire_dialog_action_binomial_get_type (); + psppire_dialog_action_chisquare_get_type (); psppire_dialog_action_correlation_get_type (); psppire_dialog_action_crosstabs_get_type (); psppire_dialog_action_descriptives_get_type (); @@ -78,6 +84,8 @@ preregister_widgets (void) psppire_dialog_action_roc_get_type (); psppire_dialog_action_runs_get_type (); psppire_dialog_action_sort_get_type (); + psppire_dialog_action_tt1s_get_type (); + psppire_dialog_action_univariate_get_type (); /* This seems to be necessary on Cygwin. It ought not to be necessary. Having it here can't do any harm. */