VClearTextList


 
Name
  VClearTextList - deletes all Text Items.
 
Synopsis
  VClearTextList()
 
Description
  VClearTextList deletes all the Text Items.
 
Return Value
  0 - work successfully.
 
Parameters
  None.
 
Side Effects
  The Text Item list is erased and its allocated space is freed.
 
Entry Conditions
  VCreateColormap should be called earlier, else VClearTextList prints 
an error message to the standard error stream, produces a core dump file
and exits from the current process.
 
Related Functions
VAddText, VDeleteText.