home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tv20cpp.zip / demos / tvcmds.h < prev    next >
Text File  |  1998-01-19  |  792b  |  26 lines

  1. /*-----------------------------------------------------*/
  2. /*                                                     */
  3. /*   Tvcmds.h : Constants for TVDemo events            */
  4. /*                                                     */
  5. /*-----------------------------------------------------*/
  6. /*
  7.  *      Turbo Vision - Version 2.0
  8.  *
  9.  *      Copyright (c) 1994 by Borland International
  10.  *      All Rights Reserved.
  11.  *
  12.  */
  13.  
  14. const int cmAboutCmd    = 100;
  15. const int cmPuzzleCmd   = 101;
  16. const int cmCalendarCmd = 102;
  17. const int cmAsciiCmd    = 103;
  18. const int cmCalcCmd     = 104;
  19. const int cmOpenCmd     = 105;
  20. const int cmChDirCmd    = 106;
  21. const int cmDOS_Cmd     = 107;
  22. const int cmMouseCmd    = 108;
  23. const int cmColorCmd    = 109;
  24. const int cmSaveCmd     = 110;
  25. const int cmRestoreCmd  = 111;
  26.