VDisplayDialogOnOffCommand


 
Name
  VDisplayDialogOnOffCommand - displays the button that is used to turn
the dialog window on or off.
 
Synopsis
  VDisplayDialogOnOffCommand()
 
Description
  VDisplayDialogOnOffCommand displays the button that is used to turn the
dialog window on or off. The default value of the switch is OFF. To change
this option, it is necessary to call VCheckEventsInButtonWindow.
 
Return Value
  0 - work successfully.
  1 - memory allocation error.
 
Parameters
  None.
 
Side Effects
  None.
 
Entry Conditions
  VCreateColormap should be called earlier, else VDisplayDialogOnOffCommand
prints an error message to the standard error stream, produces a core
dump file and exits from the current process.
 
Related Functions
VEraseDialogOnOffCommand, VCheckEventsInButtonWindow.