X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=25aff745c4f9913dba123c3331b00b0986987890;hb=afe3c5f8563dba738b2144ae0679834f4c366048;hp=6ce12924905d391ddf1d01426f75b926b0e63f6d;hpb=614bbfbc4be1f4f47d55d3fbee9ae20f3a9955bb;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 6ce1292490..25aff745c4 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -1,4 +1,4 @@ -/* +/* PSPP - a program for statistical analysis. Copyright (C) 2017 Free Software Foundation, Inc. @@ -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; @@ -207,7 +213,7 @@ preregister_widgets (void) psppire_val_chooser_get_type (); psppire_dialog_get_type (); psppire_selector_get_type (); - psppire_buttonbox_get_type (); + psppire_button_box_get_type (); psppire_keypad_get_type (); psppire_acr_get_type (); psppire_dict_view_get_type (); @@ -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 ();