VDisplayStatus


 
Name
  VDisplayStatus - displays the status of a process in the button window.
 
Synopsis
  VDisplayStatus(status)
  int status;
 
Description
  VDisplayStatus displays the status of a process in the button window.
The status can be "Working ..." or "Ready...".
 
Return Value
  0 - work successfully.
  278 - invalid status number.
 
Parameters
  status - indicates what status to display; 0 - ready; 1 - working.
 
Side Effects
  None.
 
Entry Conditions
  If VCreateColormap is not called earlier, VDisplayStatus prints an error
message to the standard error stream, produces a core dump file and exits
from the current process.
 
Related Functions
VSelectCursor.