VDisplayHelp


 
Name
  VDisplayHelp - displays the HELP window.
 
Synopsis
  VDisplayHelp()
 
Description
  VDisplayHelp displays the HELP window and displays the various buttons
that are used to list information on different topics. VDisplayHelp also
allows the user to select the topics and displays th information. There is a 
list of topics that can be selected. The ASCII text containing the HELP
information is stored in FILES/HELPFILE. The format of HELPFILE is described
in Appendix C.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
  284 - HELP window is currently displayed.
  285 - INFO window is currently displayed.
  286 - ANNOTATION mode is on.
 
Parameters
  None.
 
Side Effects
  The contents of the image window may be destroyed. Events will be removed
from the queue.
 
Entry Conditions
  VCreateColormap should be called earlier,else VDisplayHelp prints an
error message to the standard error stream, produces a core dump file
and exits from the current process.
 
Related Functions
VCheckEventsInButtonWindow.