VGetMenuInformation


 
Name
  VGetMenuInformation - returns the information about the 3DVIEWNIX menu.
 
Synopsis
  VGetMenuInformation(hm_width, hm_height, font_width, font_height)
  int *hm_width;                        /*RETURN*/
  int *hm_height;                       /*RETURN*/
  int *font_width;                      /*RETURN*/
  int *font_height;                     /*RETURN*/
 
Description
  VGetMenuInformation returns the information about the 3DVIEWNIX menu.
VGetMenuInformation returns information about horizontal menu width, height,
font height and font width.
 
Return Value
  0 - work successfully.
 
Parameters
  hm_width - returns width of horizontal menu.
  hm_height - returns height of horizontal menu.
  font_width - returns width of font used by horizontal menu.
  font_height - returns height of font used by horizontal menu.
 
Side Effects
  None.
 
Entry Conditions
  VOpenServer must be called first. The program "cr_menu_tree" must be run
first to create the file MENU.COM.
 
Related Functions
VDisplayMenu, VRemoveMenus, VSelectMenuItem, VRedisplayMenus, VReadMenucomFile, VWriteMenucomFile.