home *** CD-ROM | disk | FTP | other *** search
/ HomeWare 14 / HOMEWARE14.bin / prog / ks94an.arj / UPDTWIN.HDR < prev    next >
Text File  |  1994-04-24  |  650b  |  31 lines

  1. /******************************************************************************
  2.                  The Klipper Library, for CA-Clipper 5.x
  3.         Copyright (c), 1994, Wallace Information Systems Engineering
  4.  
  5. FUNCTION:
  6.  
  7. _Updt_Win( Win_Name, Win_Text ) --> NIL
  8.  
  9. PARAMETERS:
  10.  
  11. Win_Name : Name of window created by _Init_Win()
  12. Win_Text : Text to send to window.
  13.  
  14. SHORT:
  15.  
  16. Update an _InitWin() scrolling window with the specified text.
  17.  
  18. DESCRIPTION:
  19.  
  20. See InitWin() for a complete description.
  21.  
  22. NOTE:
  23.  
  24.  
  25.  
  26. EXAMPLE:
  27.  
  28. See _InitWin() for example usage.
  29.  
  30. ******************************************************************************/
  31.