home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / CTRLDES.ZIP / CONTROLS.H < prev    next >
Text File  |  1993-04-20  |  542b  |  20 lines

  1.  
  2. /* controls.h       Created:    1990-10-22  Revised:    1993-03-02    */
  3.  
  4. /* Controls Styles Header                        */
  5.  
  6. /* Copyright ╕ International Business Machines Corp., 1991,1992,1993.    */
  7. /* Copyright ╕ 1989-1993  Prominare Inc.  All Rights Reserved.        */
  8.  
  9.  
  10.  
  11. /* --- Text Styles ----------------------------------------------------    */
  12.  
  13. #define    DS_DEPRESSED      0x0000L
  14. #define    DS_RAISED      0x0040L
  15.  
  16. /* --- Line Styles ----------------------------------------------------    */
  17.  
  18. #define    LNS_VERTICAL      0x0001L
  19. #define    LNS_HORIZONTAL      0x0002L
  20.