Implemented the paired samples t test dialog. Closes patch #6378
[pspp-builds.git] / src / ui / gui / dialog-common.h
index 1e66c8f8ca76a6e8e3367c865146271d8db43fb6..9a003f35a20e84941b6ec83cc92870295ac38e0d 100644 (file)
 
 /* Append the names of selected variables to STRING.
    TREEVIEW is the treeview containing the variables.
+   COLUMN is column in treeview containing the variables.
    DICT is the dictionary for those variables.
 */
-gint append_variable_names (GString *, PsppireDict *, GtkTreeView *);
+gint append_variable_names (GString *string, PsppireDict *dict,
+                           GtkTreeView *treeview, gint column);
 
 
 /* Returns the variable currently selected by the iterator