VUndisplayScale
Name
VUndisplayScale - erases a multi-resolution scale from the dialog window.
Synopsis
VUndisplayScale(label)
char *label;
Description
VUndisplayScale erases a specified multi-resolution scale from the dialog
window. VUndisplayScale does not remove the scale from memory. To remove the
scale from memory, VDeleteScale 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,
VDeleteScale,
VCheckScaleEvent,
VGetScaleInformation,
VSetScaleInformation,
VGetScaleLayoutInformation,
VCheckScaleEvents.