X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=25aff745c4f9913dba123c3331b00b0986987890;hb=e0cbdf0daefcca81be9572aab0deedf945687f5a;hp=0bf7e979cbaa2695dac8bc2c010df801657113dd;hpb=91c3dcd855f75c3f6ca8b58957f9f663ca01470a;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 0bf7e979cb..25aff745c4 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -77,6 +77,12 @@ along with this program. If not, see . #include "psppire-dialog-action-var-info.h" #include "psppire-dialog-action-weight.h" #include "psppire-value-entry.h" +#include "psppire-data-sheet.h" +#include "psppire-var-sheet-header.h" +#include "psppire-var-info.h" +#include "psppire-variable-sheet.h" +#include + static volatile GType kludge; @@ -215,6 +221,11 @@ preregister_widgets (void) psppire_value_entry_get_type (); psppire_checkbox_treeview_get_type (); psppire_means_layer_get_type (); + ssw_sheet_get_type (); + psppire_data_sheet_get_type (); + psppire_var_sheet_header_get_type (); + psppire_variable_sheet_get_type (); + psppire_var_info_get_type (); preregister_actions (); preregister_misc ();