X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-recode.h;h=a4116da265f3d9ede8bfdc09d525d7e6161a729c;hb=45ad47c91e62bdb802eb88e44e9f469956d24f34;hp=f46c34aaa628fea48a9f432dde18cc5bd38c1fce;hpb=f9b2322d7b0662bd313d9c63450638c39b88be70;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-recode.h b/src/ui/gui/psppire-dialog-action-recode.h index f46c34aaa6..a4116da265 100644 --- a/src/ui/gui/psppire-dialog-action-recode.h +++ b/src/ui/gui/psppire-dialog-action-recode.h @@ -88,9 +88,10 @@ struct _PsppireDialogActionRecode GtkWidget *new_name_entry; GtkWidget *new_label_entry; GtkWidget *change_button; + GtkWidget *old_and_new; GtkWidget *output_variable_box; - + GtkWidget *string_button; GtkWidget *width_entry; }; @@ -107,7 +108,8 @@ GType psppire_dialog_action_recode_get_type (void) ; void psppire_dialog_action_recode_refresh (PsppireDialogAction *); -void psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act, void (*populate_treeview) (PsppireDialogActionRecode *) ); +GtkBuilder * psppire_dialog_action_recode_pre_activate (PsppireDialogActionRecode *act, + void (*populate_treeview) (PsppireDialogActionRecode *)); GType new_value_get_type (void);