VEraseSaveScreenCommand


 
Name
  VEraseSaveScreenCommand - erases the switch in the button window, that
saves the 3DVIEWNIX screens.
 
Synopsis
  VEraseSaveScreenCommand()
 
Description
  VEraseSaveScreenCommand erases the switch in the button window, that
saves the 3DVIEWNIX screens. VEraseSaveScreenCommand also deletes all the
related data structures and frees the memory.
 
Return Value
  0 - work successfully.
  208 - the savescreen command switch is NULL.
 
Parameters
  None.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap should be called earlier, else VEraseSaveScreenCommand
prints an error message to the standard error stream, produces a core
dump file and exits from the current process.
 
Related Functions
VDisplaySaveScreenCommand, VGetSaveScreenSwitchValue, VGetSaveScreenFilename, VDisplaySaveScreenImage, VOutputSaveScreenImage, VCheckEventsInButtonWindow.