home *** CD-ROM | disk | FTP | other *** search
/ BUG 4 / BUGCD1997_05.BIN / aplic / clip4win / clip4win.exe / C4W30E.HUF / INCLUDE / SETCARET.CH < prev    next >
Text File  |  1993-01-22  |  378b  |  17 lines

  1. /*
  2.    File:     SETCARET.CH
  3.    Purpose:  Manifest constants for use with SetCaret()
  4.    Author:   Greg Lief
  5. */
  6.  
  7. #ifndef    C4W_SETCARET_CH
  8. #define    C4W_SETCARET_CH
  9.  
  10. #define SC_NORMAL                1
  11. #define SC_LOWER_BLOCK           2
  12. #define SC_FULL_BLOCK            3
  13. #define SC_UPPER_BLOCK           4
  14. #define SC_VERTICAL_LINE         5
  15.  
  16. #endif // C4W_SETCARET_CH
  17.