Kolmogorov Smirnof One Sample Dialog: replace deprecated widgets
[pspp] / src / ui / gui / help-menu.h
index ff3740fba6291c46598272c17fc7211667a82184..55dc4a27439ab7f3f3442fd670d2f594f363dc3e 100644 (file)
 #include <gtk/gtk.h>
 
 
-void merge_help_menu (GtkUIManager *uim);
+GtkWidget * create_help_menu (GtkWindow *toplevel);
+
+void online_help (const char *page);
+
+
+enum index
+  {
+    hi_DESCRIPTIVES,
+    hi_EXAMINE,
+    hi_FREQUENCIES,
+    hi_LOGISTIC_REGRESSION,
+    n_hi
+  };
+
+void set_help_page (GtkWidget *w, enum index idx);
+
+
 
 #endif