home *** CD-ROM | disk | FTP | other *** search
/ Power GUI Programming with VisualAge C++ / powergui.iso / powergui / cnr / spreadsh / spreadsh.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-10-29  |  478 b   |  16 lines

  1. /************************************************************
  2. / Container Control - Spreadsheet Behavior
  3. /
  4. / Copyright (C) 1994, Law, Leong, Love, Olson, Tsuji.
  5. / Copyright (c) 1997 John Wiley & Sons, Inc. 
  6. / All Rights Reserved.
  7. ************************************************************/
  8. #define SPD_ACCELERATOR 100
  9.  
  10. #define SPD_TAB         101
  11. #define SPD_BACKTAB     102
  12. #define SPD_UP          103
  13. #define SPD_DOWN        104
  14. #define SPD_OPEN        105
  15.  
  16.