X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=7046df8c93cf59c127181b775b5ac358b7d1b89b;hb=4e3feede0f6b3d2e67d6e41a9ddea3738e574dc3;hp=433ab4f36bccf60c57e6efbba92319a8856086ab;hpb=39a8ab70a29700e1b0c943c5e8a6856b18f0b951;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 433ab4f36b..7046df8c93 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -14,9 +14,11 @@ #include "psppire-dictview.h" #include "psppire-var-view.h" #include "psppire-val-chooser.h" +#include "psppire-checkbox-treeview.h" #include "psppire-dialog-action-binomial.h" #include "psppire-dialog-action-correlation.h" +#include "psppire-dialog-action-crosstabs.h" #include "psppire-dialog-action-descriptives.h" #include "psppire-dialog-action-examine.h" #include "psppire-dialog-action-factor.h" @@ -52,9 +54,11 @@ preregister_widgets (void) psppire_dict_view_get_type (); psppire_var_view_get_type (); psppire_value_entry_get_type (); + psppire_checkbox_treeview_get_type (); psppire_dialog_action_binomial_get_type (); psppire_dialog_action_correlation_get_type (); + psppire_dialog_action_crosstabs_get_type (); psppire_dialog_action_descriptives_get_type (); psppire_dialog_action_examine_get_type (); psppire_dialog_action_factor_get_type ();