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=a4b365ed435256d40b6617408d1e375c5139ffba;hp=8b67e425d913f0e56b5ae4dbd6f9a5c354804b95;hpb=3dd0f6ae0d5eb73a2270a243e443c4ae03c2c16e;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-recode.h b/src/ui/gui/psppire-dialog-action-recode.h index 8b67e425d9..a4116da265 100644 --- a/src/ui/gui/psppire-dialog-action-recode.h +++ b/src/ui/gui/psppire-dialog-action-recode.h @@ -88,6 +88,7 @@ struct _PsppireDialogActionRecode GtkWidget *new_name_entry; GtkWidget *new_label_entry; GtkWidget *change_button; + GtkWidget *old_and_new; GtkWidget *output_variable_box; @@ -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);