/**** help.h ****/ /******************************************************************* Currently, there is no help object; that is, this module simply provides functions for creating and activating the help system. *******************************************************************/ #include #include #include #include #include #include #include #include #include #include #include "motif.h" /* Public functions: */ extern void help_create_dialog(); extern void help_realize(); extern Widget help_shell(); extern void help_create_pulldown_menu(); extern void Help();