/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2005, 2006, 2009, 2011, 2012, 2015, 2016 Free Software Foundation
+ Copyright (C) 2005, 2006, 2009, 2011, 2012, 2015, 2016,
+ 2020 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
type, n_properties, properties);
dialog = PSPPIRE_MISSING_VAL_DIALOG (obj);
+ g_object_set (dialog, "help_page", "Missing-Observations", NULL);
+
content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));
xml = builder_new ("missing-val-dialog.ui");
gtk_container_add (GTK_CONTAINER (content_area),
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2005, 2009, 2010, 2011, 2012, 2015, 2016 Free Software Foundation
+ Copyright (C) 2005, 2009, 2010, 2011, 2012, 2015, 2016,
+ 2020 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
type, n_properties, properties);
dialog = PSPPIRE_VAL_LABS_DIALOG (obj);
+ g_object_set (dialog, "help_page", "VALUE-LABELS", NULL);
+
content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));
gtk_container_add (GTK_CONTAINER (content_area),
get_widget_assert (xml, "val-labs-dialog"));
/* PSPPIRE - a graphical user interface for PSPP.
- Copyright (C) 2005, 2006, 2010, 2011, 2012, 2015 Free Software Foundation
+ Copyright (C) 2005, 2006, 2010, 2011, 2012, 2015, 2020 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
type, n_properties, properties);
dialog = PSPPIRE_VAR_TYPE_DIALOG (obj);
+ g_object_set (dialog, "help_page", "Input-and-Output-Formats", NULL);
+
xml = builder_new ("var-type-dialog.ui");
content_area = GTK_CONTAINER (PSPPIRE_DIALOG (dialog));