home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cslio205.zip / INCLUDE / CSBORDER.H < prev    next >
C/C++ Source or Header  |  1997-01-21  |  788b  |  25 lines

  1. /***********************************************************************
  2.  
  3.                        CSA Library, Free Evaluation Version 2.0.5 
  4.                                        Release: January 22th 1997 
  5.  
  6.        Defining some border types for the WINDOWS class.
  7.        (NOT to be confused with MS-Windows.)
  8.  
  9.                                            Copyright(c) 1994-1997 
  10.                                                           ComBits 
  11.                                                   The Netherlands 
  12. ***********************************************************************/
  13. #ifndef __CSBORDER_H
  14. #define __CSBORDER_H
  15.  
  16.  
  17. #define BORDER_SINGLE  1
  18. #define BORDER_DOUBLE  2
  19. #define BORDER_SPACE   3
  20. #define BORDER_NONE    4
  21. #define BORDER_STAR    5
  22.  
  23.  
  24. #endif
  25.