X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fwidgets.c;h=37d13bf9723198f4d8a664de2370d207f2b9f240;hb=9a4fd397b9ef95cbeb033cd7d92a3bebfe8709fc;hp=9ed9beb307f9a55fdd0e168392dcd53bfdddbeee;hpb=7ef0d7851bafb01ad78c03d66d344fa3ea6f31c6;p=pspp diff --git a/src/ui/gui/widgets.c b/src/ui/gui/widgets.c index 9ed9beb307..37d13bf972 100644 --- a/src/ui/gui/widgets.c +++ b/src/ui/gui/widgets.c @@ -1,14 +1,13 @@ #include -#include +#include #include "widgets.h" #include "psppire-dialog.h" #include "psppire-selector.h" -#include "psppire-vbuttonbox.h" -#include "psppire-hbuttonbox.h" +#include "psppire-buttonbox.h" #include "psppire-keypad.h" #include "psppire-acr.h" #include "psppire-dictview.h" @@ -42,11 +41,14 @@ #include "psppire-dialog-action-oneway.h" #include "psppire-means-layer.h" #include "psppire-dialog-action-rank.h" +#include "psppire-dialog-action-recode-same.h" +#include "psppire-dialog-action-recode-different.h" #include "psppire-dialog-action-regression.h" #include "psppire-dialog-action-reliability.h" #include "psppire-dialog-action-roc.h" #include "psppire-dialog-action-runs.h" #include "psppire-dialog-action-scatterplot.h" +#include "psppire-dialog-action-select.h" #include "psppire-dialog-action-sort.h" #include "psppire-dialog-action-split.h" #include "psppire-dialog-action-tt1s.h" @@ -89,11 +91,14 @@ static const get_type_func dialog_action_types[]= psppire_dialog_action_indep_samps_get_type, psppire_dialog_action_var_info_get_type, psppire_dialog_action_rank_get_type, + psppire_dialog_action_recode_same_get_type, + psppire_dialog_action_recode_different_get_type, psppire_dialog_action_reliability_get_type, psppire_dialog_action_regression_get_type, psppire_dialog_action_roc_get_type, psppire_dialog_action_runs_get_type, psppire_dialog_action_scatterplot_get_type, + psppire_dialog_action_select_get_type, psppire_dialog_action_sort_get_type, psppire_dialog_action_split_get_type, psppire_dialog_action_tt1s_get_type, @@ -117,7 +122,7 @@ preregister_actions (void) /* Any custom widgets which are to be used in GtkBuilder ui files - need to be preregistered, otherwise GtkBuilder refuses to + need to be preregistered, otherwise GtkBuilder refuses to acknowledge their existence. */ void preregister_widgets (void) @@ -125,8 +130,7 @@ preregister_widgets (void) psppire_val_chooser_get_type (); psppire_dialog_get_type (); psppire_selector_get_type (); - psppire_vbutton_box_get_type (); - psppire_hbutton_box_get_type (); + psppire_buttonbox_get_type (); psppire_keypad_get_type (); psppire_acr_get_type (); psppire_dict_view_get_type ();