X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelp-menu.h;h=55dc4a27439ab7f3f3442fd670d2f594f363dc3e;hb=da6ac7ebe47553c89c7d06592770a49fa11b3a32;hp=ff3740fba6291c46598272c17fc7211667a82184;hpb=e4ef4d0f708651807d91bd92d7ab92c1b5c6d675;p=pspp diff --git a/src/ui/gui/help-menu.h b/src/ui/gui/help-menu.h index ff3740fba6..55dc4a2743 100644 --- a/src/ui/gui/help-menu.h +++ b/src/ui/gui/help-menu.h @@ -20,6 +20,22 @@ #include -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