VDisplayTitleString


 
Name
  VDisplayTitleString - displays a string in the title window, indicating the
current command in the menu tree.
 
Synopsis
  VDisplayTitleString(string)
  char string[30];
 
Description
  VDisplayTitleString displays a string in the title window, indicating the
current command in the menu tree. VDisplayTitleString lets one append
strings to the string that is already displayed in the title window.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
  2 - read error.
  3 - file open error.
 
Parameters
  string - the string to be appended.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap must be called first. The files MENU.COM and TREEINFO.COM
must contain the proper information.
 
Related Functions
VSelectMenuItem, VReadMenutreeFile.