gui: Make syntax execution functions take a PsppireDataWindow argument.
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 30 Mar 2011 04:29:13 +0000 (21:29 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Tue, 3 May 2011 14:52:49 +0000 (07:52 -0700)
commiteea449691e75dfc2af4fd5d6670ab155b813a13e
treecf147137a935bb892b7921b5d4b103f4903cebe1
parentd6028c82867eb92ccd1a3a7f1473316cbe462271
gui: Make syntax execution functions take a PsppireDataWindow argument.

The argument specifies which dataset the syntax is meant to apply to.
For now, this is obvious, because there is only one dataset, but in
the future there will be more than one.
35 files changed:
src/ui/gui/aggregate-dialog.c
src/ui/gui/binomial-dialog.c
src/ui/gui/chi-square-dialog.c
src/ui/gui/comments-dialog.c
src/ui/gui/compute-dialog.c
src/ui/gui/correlation-dialog.c
src/ui/gui/crosstabs-dialog.c
src/ui/gui/descriptives-dialog.c
src/ui/gui/examine-dialog.c
src/ui/gui/executor.c
src/ui/gui/executor.h
src/ui/gui/factor-dialog.c
src/ui/gui/frequencies-dialog.c
src/ui/gui/k-related-dialog.c
src/ui/gui/oneway-anova-dialog.c
src/ui/gui/psppire-data-editor.c
src/ui/gui/psppire-data-window.c
src/ui/gui/psppire-syntax-window.c
src/ui/gui/psppire.c
src/ui/gui/psppire.h
src/ui/gui/rank-dialog.c
src/ui/gui/recode-dialog.c
src/ui/gui/regression-dialog.c
src/ui/gui/reliability-dialog.c
src/ui/gui/roc-dialog.c
src/ui/gui/select-cases-dialog.c
src/ui/gui/sort-cases-dialog.c
src/ui/gui/split-file-dialog.c
src/ui/gui/t-test-independent-samples-dialog.c
src/ui/gui/t-test-one-sample.c
src/ui/gui/t-test-paired-samples.c
src/ui/gui/text-data-import-dialog.c
src/ui/gui/text-data-import-dialog.h
src/ui/gui/transpose-dialog.c
src/ui/gui/weight-cases-dialog.c