X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fhelp-menu.h;h=55dc4a27439ab7f3f3442fd670d2f594f363dc3e;hb=2501627caac743acbfcc97480f15344f8a393a6e;hp=ff3740fba6291c46598272c17fc7211667a82184;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;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