PsppireDialog: New property: help-page
[pspp] / src / ui / gui / psppire-dialog.h
index af56aac1e8a8fcff9de48d088329f8ac96c9c17a..527e8b0d05110cfacf70e77ec99b9b7e057601d5 100644 (file)
@@ -67,6 +67,9 @@ struct _PsppireDialog
   gpointer acceptable_data;
   gboolean slidable;
   PsppireOrientation orientation;
+
+  gchar *help_page;
+
 };
 
 struct _PsppireDialogClass