X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fdialog-common.h;h=9a003f35a20e84941b6ec83cc92870295ac38e0d;hb=0bd0098aec2ee31d9460c8d4c1263d0b5ccc4324;hp=1e66c8f8ca76a6e8e3367c865146271d8db43fb6;hpb=017ba229ee4570635c3cb07fa7189796fce15969;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