home *** CD-ROM | disk | FTP | other *** search
/ Microsoft Programmer's Library 1.3 / Microsoft-Programers-Library-v1.3.iso / sampcode / os2sdk / os2sdk12 / clock / dialogs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1989-11-20  |  462 b   |  20 lines

  1. /*
  2.     dialogs.h            Constants for the Clock dialogs
  3.  
  4.     Created by Microsoft Corporation, 1989
  5. */
  6. #define CLKTM_MAJOR 0x0100
  7. #define CLKTM_MINOR 0x0200
  8.  
  9. #define CLKTM_ALWAYS    0x0001
  10. #define CLKTM_NOTICONIC 0x0002
  11. #define CLKTM_NEVER    0x0004
  12.  
  13. #define CLKCLR_BUTTONSHIFT 0x08
  14.  
  15. #define CLKCLR_OBJECTS        0x0100
  16. #define CLKCLR_BACKGROUND   0x0101
  17. #define CLKCLR_FACE        0x0102
  18. #define CLKCLR_HOURHAND     0x0103
  19. #define CLKCLR_MINUTEHAND   0x0104
  20.