X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdialog-common.h;h=9a003f35a20e84941b6ec83cc92870295ac38e0d;hb=ebda03f4d53b24d1af3de9fd7dcbbf448401d5a9;hp=1e66c8f8ca76a6e8e3367c865146271d8db43fb6;hpb=1effaa062b65095fbaa5c83c691deb741a79f8ee;p=pspp-builds.git diff --git a/src/ui/gui/dialog-common.h b/src/ui/gui/dialog-common.h index 1e66c8f8..9a003f35 100644 --- a/src/ui/gui/dialog-common.h +++ b/src/ui/gui/dialog-common.h @@ -25,9 +25,11 @@ /* 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