VGetPanelInformation


 
Name
  VGetPanelInformation - returns information about the 3DVIEWNIX panels.
 
Synopsis
  VGetPanelInformation(xloc, yloc, width, height)
  int *xloc;                            /*RETURN*/
  int *yloc;                            /*RETURN*/
  int *width;                           /*RETURN*/
  int *max_height;                      /*RETURN*/
 
Description
  VGetPanelInformation returns information about the 3DVIEWNIX panels.
VGetPanelInformation returns the upper left coordinates, width and height
of the panel in the dialog window. If the panel is not displayed, 
VGetPanelInformation returns an error code.
 
Return Value
  0 - work successfully.
  216 - panel is not displayed in the dialog window.
 
Parameters
  xloc, yloc - returns the upper left coordinates of the panel.
  width, max_height - returns the width and maximum height of the panel.
 
Side Effects
  VOpenServer must be called first.
 
Entry Conditions
  None.
 
Related Functions
VDisplayPanel, VSelectPanelItem, VErasePanel.