VEraseScale


 
Name
  VEraseScale - erases a multi-resolution scale from the dialog window.
 
Synopsis
  VEraseScale(label)
  char *label;
 
Description
  VEraseScale erases a specified multi-resolution scale from the dialog 
window. VEraseScale does not remove the scale from memory. To remove the 
scale from memory, VRemoveScale should be called.
 
Return Value
  0 - work successfully.
  218 - the specified scale is not displayed in the dialog window.
  244 - the scale does not exist.
  258 - pixmap is NULL and image window is in front of the dialog window.
 
Parameters
  label - specifies the label of the scale to be erased.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap must be called first.
 
Related Functions
VDisplayScale, VRemoveScale, VSelectScaleValue, VGetScaleInformation, VSetScaleInformation, VGetScaleLayoutInformation, VCheckScaleEvents.