VDeletePanel


 
Name
  VDeletePanel - erases the panel from the dialog window.
 
Synopsis
  VDeletePanel()
 
Description
  VDeletePanel erases the panel from the dialog window. If the panel is
not diaplayed in the dialog window, VDeletePanel returns an error code.
VDeletePanel erases the panel from the dialog window if the dialog
window is on or from the pixmap if not.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
  216 - the panel is not displayed in the dialog window.
  258 - pixmap is null and image window is in front of the dialog window.
 
Parameters
  None.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap must be called first.
 
Related Functions
VDisplayPanel, VCheckPanelEvent, VGetPanelInformation, VChangePanelItem.