X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fpsppire-dialog-action-oneway.h;h=f14b7c8eb4faa6e30c105997735d8dda9a2d31e4;hb=373132ca89b003b116d69a987a43f3f9cceae33a;hp=4483728524de09c60e59731aebcff8d725ffe0d0;hpb=e2da62d735c597afeef2e0e9b36e5a4a83d7da94;p=pspp diff --git a/src/ui/gui/psppire-dialog-action-oneway.h b/src/ui/gui/psppire-dialog-action-oneway.h index 4483728524..f14b7c8eb4 100644 --- a/src/ui/gui/psppire-dialog-action-oneway.h +++ b/src/ui/gui/psppire-dialog-action-oneway.h @@ -1,5 +1,5 @@ /* PSPPIRE - a graphical user interface for PSPP. - Copyright (C) 2013 Free Software Foundation + Copyright (C) 2013, 2019 Free Software Foundation This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -63,7 +63,18 @@ struct _PsppireDialogActionOneway GtkWidget *descriptives; GtkWidget *homogeneity; +/* Post-Hoc dialog */ + GtkWidget *posthoc_dialog; + GtkWidget *bonferroni_button; + GtkWidget *gh_button; + GtkWidget *lsd_button; + GtkWidget *scheffe_button; + GtkWidget *sidak_button; + GtkWidget *tukey_button; + guint posthoc; + +/* Contrasts dialog */ GtkWidget *contrasts_dialog; GtkWidget *next; @@ -72,7 +83,6 @@ struct _PsppireDialogActionOneway GtkWidget *vars_treeview; GtkWidget *factor_entry; - /* Gets copied into contrasts when "Continue" is clicked */ GArray *temp_contrasts; @@ -82,7 +92,6 @@ struct _PsppireDialogActionOneway GArray *contrasts_array; - GtkWidget *ctotal; GtkWidget *stack_label; };