VDeleteDialogOnOffCommand


 
Name
  VDeleteDialogOnOffCommand - erases the switch in the button window that
turns the dialog window on and off.
 
Synopsis
  VDeleteDialogOnOffCommand()
 
Description
  VDeleteDialogOnOffCommand erases the switch in the button window that
turns the dialog window on and off. VDeleteDialogOnOffCommand deletes all the
associated data structures and frees the memory.
 
Return Value
  0 - work successfully.
  211 - the dialog on/off switch is NULL.
 
Parameters
  None.
 
Side Effects
  The dialog window will be turned on if it is off.
 
Entry Conditions
  VCreateColormap should be called earlier,else VDeleteDialogOnOffCommand
prints an error message to the standard error stream, produces a core
dump file and exits from the current process.
 
Related Functions
VDisplayDialogOnOffCommand, VCheckEventsInButtonWindow.